Skip to content

Commit

Permalink
Merge pull request #441 from atshaw43/master
Browse files Browse the repository at this point in the history
Make parent directories if needed
  • Loading branch information
atshaw43 authored Nov 14, 2023
2 parents 71b37a0 + 7705928 commit c2e504f
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 c2e504f

Please sign in to comment.