Skip to content

Commit

Permalink
Merge pull request #5003 from nanasess/fix-deploy
Browse files Browse the repository at this point in the history
docker-compose.owaspzap.yml のファイル名変更に伴う修正漏れ
  • Loading branch information
okazy committed Apr 12, 2021
2 parents 23da54c + 84043bb commit 0327c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
rm -rf $GITHUB_WORKSPACE/tests
rm -rf $GITHUB_WORKSPACE/.github
rm -rf $GITHUB_WORKSPACE/zap
rm -rf $GITHUB_WORKSPACE/docker-compose-owaspzap.yml
rm -rf $GITHUB_WORKSPACE/docker-compose.owaspzap.yml
find $GITHUB_WORKSPACE -name "dummy" -print0 | xargs -0 rm -rf
find $GITHUB_WORKSPACE -name ".git*" -and ! -name ".gitkeep" -print0 | xargs -0 rm -rf
find $GITHUB_WORKSPACE -name ".git*" -type d -print0 | xargs -0 rm -rf
Expand Down

0 comments on commit 0327c4d

Please sign in to comment.