Skip to content

Commit

Permalink
Merge pull request #2073 from zregvart/pr/simple-demo-git-repo-param
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart authored Oct 15, 2024
2 parents 80c912d + bf512b1 commit 53dbb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/simple-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
IMAGE=${IMAGE:-"quay.io/konflux-ci/ec-golden-image:latest"}

# Assume the latest image was pushed already
GIT_REPO=enterprise-contract/golden-container
GIT_REPO=${GIT_REPO:-enterprise-contract/golden-container}
GIT_SHA=${GIT_SHA:-$(curl -s "https://api.github.com/repos/${GIT_REPO}/commits?per_page=1" | jq -r '.[0].sha')}

# We can use `ec validate image --image $IMAGE` but to be more
Expand Down

0 comments on commit 53dbb7d

Please sign in to comment.