We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b0f3d commit 954879fCopy full SHA for 954879f
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "BUILD_NUMBER=${BUILD_NUMBER}" >> $GITHUB_ENV
51
# Verify if build number is unique, otherwise fail
52
curl -s "https://quay.io/api/v1/repository/skupper/skupper-router/tag/?filter_tag_name=eq:${VERSION}-${BUILD_NUMBER}" | \
53
- | jq '.tags | map(select((.end_ts | length) == 0 or .end_ts == null))' | grep -E '^\[\]$' || \
+ jq '.tags | map(select((.end_ts | length) == 0 or .end_ts == null))' | grep -E '^\[\]$' || \
54
{ echo Unable to get a unique build number ; exit 1 ; }
55
# Query github to see if this VERSION is the latest
56
LATEST_RELEASE_TAG=`curl -s https://api.github.com/repos/skupperproject/skupper-router/releases/latest | jq -r ".tag_name"`
0 commit comments