Skip to content

Commit 7f9520f

Browse files
VIA-175 Fix comment
1 parent 555f427 commit 7f9520f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/stage-3-build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ jobs:
8080
role-to-assume: ${{ secrets.IAM_ROLE }}
8181
aws-region: ${{ env.AWS_REGION }}
8282
- name: "Upload Packages To S3"
83-
run: |
84-
# Prevent overwriting of existing artefacts
83+
run: | # Prevent overwriting of existing artefacts
8584
aws s3api put-object --bucket "${AWS_S3_ARTEFACTS_BUCKET}" --key "sha/${RELEASE_VERSION}/open-next.zip" --body "open-next.zip" --if-none-match '*' || {
8685
echo "Uploading open-next.zip to S3 bucket failed!"
8786
exit 1

0 commit comments

Comments
 (0)