Skip to content

Commit 95e1502

Browse files
committed
Ignore FIWARE tag
1 parent eb721af commit 95e1502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/fiware/image-clone.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ QUAY_TARGET="quay.io/fiware/pep-proxy"
77
# DOCKER_TARGET="fiware/$(basename $(git rev-parse --show-toplevel))"
88
# QUAY_TARGET="quay.io/fiware/$(basename $(git rev-parse --show-toplevel))"
99

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

1212
function clone {
1313
echo 'cloning from '"$1 $2"' to '"$3"

0 commit comments

Comments
 (0)