Skip to content

Commit

Permalink
base64 encoding of contents of code package ZIP as required by AWS CL…
Browse files Browse the repository at this point in the history
…I synthetics update-canary
  • Loading branch information
cpcundill committed Oct 31, 2024
1 parent 19c0aa5 commit 45b86f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ jobs:
working-directory: ./tests/smoke
run: |
sudo -s sh -c 'mkdir -p package/python'
sudo -s sh -c 'chmod -R 0666 package'
sudo -s sh -c 'cp src/* ./package/python/.'
- name: Create smoke test code package ZIP
working-directory: ./tests/smoke
run: |
sudo -s sh -c 'cd package && zip -r ../smoke-test-package.zip ./*'
sudo -s sh -c 'cd package && zip -r ./* | base64 > ../smoke-test-package.zip
- name: Upload smoke test package artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 45b86f7

Please sign in to comment.