Skip to content

Commit

Permalink
Merge pull request #363 from Team-Ampersand/feature/cd-develop-master
Browse files Browse the repository at this point in the history
delete :: mkdir command
  • Loading branch information
esperar committed Jul 6, 2024
2 parents 55500f5 + accbc26 commit cb9ff84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dotori-develop-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:

- name: Create application.yml
run: |
mkdir ./src/main/resources
touch ./src/main/resources/application.yml
echo "${{ secrets.APPLICATION_YML }}" >> ./src/main/resources/application.yml
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dotori-master-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:

- name: Create application.yml
run: |
mkdir ./src/main/resources
touch ./src/main/resources/application.yml
echo "${{ secrets.APPLICATION_YML }}" >> ./src/main/resources/application.yml
Expand Down

0 comments on commit cb9ff84

Please sign in to comment.