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 4ac0776 commit 0056460
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-tenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
KMS_KEY_ID: "${{ secrets.KMS_KEY_ID }}"
PACKAGE_BUCKET: ${{ vars.PACKAGE_BUCKET }}
run: |
echo "::add-mask::${KMS_KEY_ID}"
echo "::add-mask::${PACKAGE_BUCKET}"
aws s3api head-object \
--bucket "${PACKAGE_BUCKET}" \
--key "rpm/amazonlinux/2/x86_64/tenv-${package_version}-1.x86_64.rpm" 2>&1 \
Expand Down

0 comments on commit 0056460

Please sign in to comment.