Skip to content

Commit

Permalink
remove sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Sep 9, 2024
1 parent 3a0e804 commit 9078d3e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/sam_package_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,5 @@ jobs:
.aws-sam/build
packages/getSecretLayer/lib/get-secrets-layer.zip
- shell: bash
name: package sandbox code
run: |
cp .tool-versions ~/
rm -rf .aws-sam
export PATH=$PATH:$PWD/node_modules/.bin
make sam-build-sandbox
cp Makefile .aws-sam/build/
cp samconfig_package_and_deploy.toml .aws-sam/build/
- uses: actions/upload-artifact@v4
name: upload sandbox build artifact
with:
name: packaged_sandbox_code
path: |
.aws-sam/build
packages/getSecretLayer/lib/get-secrets-layer.zip

0 comments on commit 9078d3e

Please sign in to comment.