Skip to content

Commit

Permalink
Make parent directories if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
atshaw43 committed Nov 14, 2023
1 parent 3132646 commit 7705928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/IntegrationTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: deployment-package

- name: Make sample-app directory
run: mkdir ./terraform/sample-apps/http-server
run: mkdir -p ./terraform/sample-apps/http-server

- name: Copy deployment package to terraform directory
run: cp deploy.zip ./terraform/sample-apps/http-server
Expand Down

0 comments on commit 7705928

Please sign in to comment.