Skip to content

Commit

Permalink
Try an e2e build.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Mar 29, 2024
1 parent 4c1b30c commit 88d1b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# We'll use amzn2-x86_64 as a proxy for all packages pushed to S3.
aws s3api head-object \
--bucket "${PACKAGE_BUCKET}" \
--key "rpm/amazonlinux/2/x86_64/tenv-${{ needs.lookup.outputs.package_version }}-1.x86_64.rpm" 2>&1 \
--key "rpm/amazonlinux/2/x86_64/tenv-${{ steps.lookup_version.outputs.package_version }}-1.x86_64.rpm" 2>&1 \
&& echo "::notice title=Package exists::We don't need to rebuild, so let's stop the build here." \
&& echo "already_built=true" >> $GITHUB_OUTPUT \
|| true
Expand Down

0 comments on commit 88d1b87

Please sign in to comment.