Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
debugging sam packaging step
  • Loading branch information
ChrisPates committed May 31, 2022
1 parent 1654ac0 commit 41bae69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ phases:
- go build -o ssosync main.go

# Package our application with AWS SAM
- pwd
- ls
- sam package --output-template-file packaged.yaml --s3-bucket ${ARTIFACT_S3_BUCKET}

artifacts:
Expand Down

0 comments on commit 41bae69

Please sign in to comment.