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 e2e00c9 commit 1eb1eaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-tenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ jobs:
- name: Check to see if we've already built this version
run: |
echo "TODO: Check version"
aws s3api head-object \
--bucket nwlabs-381491855445-package-builder \
--key "rpm/amazonlinux/2/x86_64/tenv-${package_version}-1.x86_64.rpm" 2>&1 \
|| exit 1
- name: Build the package
working-directory: ./packages/tenv
Expand Down

0 comments on commit 1eb1eaa

Please sign in to comment.