From e9ba121f27e5c61e3ee818c02d6bac20e7a8527a Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Wed, 11 Jan 2023 12:06:40 +0100 Subject: [PATCH] debug dryrun --- scripts/travis/release/git-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/release/git-tag.sh b/scripts/travis/release/git-tag.sh index b774665f47..1fc445497f 100755 --- a/scripts/travis/release/git-tag.sh +++ b/scripts/travis/release/git-tag.sh @@ -15,7 +15,7 @@ echo "git tag -a ${VERSION} -m ${VERSION}" # GITHUB_REPO=https://$GITHUB_TOKEN:x-oauth-basic@github.com/Alfresco/alfresco-ng2-components.git # git remote add origin $GITHUB_REPO -if [[ "$1" == "dryrun=--dryrun" ]]; then +if [[ "$1" == "--dryrun" ]]; then echo "dry run"; git tag | grep "${VERSION}" else