Skip to content

Commit

Permalink
Update image-clone.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored Jul 24, 2023
1 parent e1be77b commit da7e2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/fiware/image-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SOURCE="telefonicaiot/fiware-orion"

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 da7e2ed

Please sign in to comment.