mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
debug dryrun
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user