We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb721af commit 95e1502Copy full SHA for 95e1502
.github/fiware/image-clone.sh
@@ -7,7 +7,7 @@ QUAY_TARGET="quay.io/fiware/pep-proxy"
7
# DOCKER_TARGET="fiware/$(basename $(git rev-parse --show-toplevel))"
8
# QUAY_TARGET="quay.io/fiware/$(basename $(git rev-parse --show-toplevel))"
9
10
-VERSION=$(git describe --tags $(git rev-list --tags --max-count=1))
+VERSION=$(git describe --exclude 'FIWARE*' --tags $(git rev-list --tags --max-count=1))
11
12
function clone {
13
echo 'cloning from '"$1 $2"' to '"$3"
0 commit comments