Skip to content

Commit

Permalink
Ignore FIWARE tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 3, 2023
1 parent eb721af commit 95e1502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/fiware/image-clone.sh
Expand Up @@ -7,7 +7,7 @@ QUAY_TARGET="quay.io/fiware/pep-proxy"
# DOCKER_TARGET="fiware/$(basename $(git rev-parse --show-toplevel))"
# QUAY_TARGET="quay.io/fiware/$(basename $(git rev-parse --show-toplevel))"

VERSION=$(git describe --tags $(git rev-list --tags --max-count=1))
VERSION=$(git describe --exclude 'FIWARE*' --tags $(git rev-list --tags --max-count=1))

function clone {
echo 'cloning from '"$1 $2"' to '"$3"
Expand Down

0 comments on commit 95e1502

Please sign in to comment.