Skip to content

Commit

Permalink
#119 fix: mkdir 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rivkode committed Sep 9, 2024
1 parent 2da1486 commit 0dd0c0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
if [ ! -d "resources" ]; then
mkdir resources
fi
mkdir resources
cd ./resources
touch ./application.properties
echo "${{ secrets.APPLICATION_PROPERTIES }}" > ./application.properties
Expand Down

0 comments on commit 0dd0c0d

Please sign in to comment.