Skip to content

Commit

Permalink
tools/fedora-worker-packer: set the commit sha
Browse files Browse the repository at this point in the history
Currently the COMMIT_SHA variable is empty.
  • Loading branch information
croissanne committed May 7, 2024
1 parent 28e4b0a commit c9ce5af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/appsre-build-fedora-worker-packer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export BUILD_RPMS=false
export SKIP_TAGS="rpmrepo_composer,rpmcopy,subscribe"
FEDORA=fedora-38
export PACKER_ONLY_EXCEPT=--only=amazon-ebs."$FEDORA"-x86_64,amazon-ebs."$FEDORA"-aarch64
COMMIT_SHA="${COMMIT_SHA:-$(git rev-parse HEAD)}"

# wait up to 30 minutes for the packit-as-a-service app (app id being 29076)
for RETRY in {1..31}; do
Expand Down

0 comments on commit c9ce5af

Please sign in to comment.