Skip to content

Commit

Permalink
Removing the --use-container flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vikhyat187 authored Oct 9, 2023
1 parent a82e544 commit 8edd87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: aws-actions/setup-sam@v1

- name: Build resources
run: sam build --template ${SAM_TEMPLATE} --use-container
run: sam build --template ${SAM_TEMPLATE}

- name: Assume the pipeline user role
env:
Expand Down Expand Up @@ -108,4 +108,4 @@ jobs:
--region ${REGION} \
--s3-bucket ${ARTIFACTS_BUCKET} \
--no-fail-on-empty-changeset \
--role-arn ${CLOUDFORMATION_EXECUTION_ROLE}
--role-arn ${CLOUDFORMATION_EXECUTION_ROLE}

0 comments on commit 8edd87d

Please sign in to comment.