Loading create_new_tag.sh +0 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,6 @@ then echo "New version: "$new_version git tag v1.$((latest_version+1))-${PREVERSION}-$current_version git remote -v git push --tags cd "$SRC_DIR/test" else Loading Loading @@ -84,7 +83,6 @@ git remote add e-priv ssh://git@gitlab.e.foundation:2222/${REPO_PROJECT} git fetch e-priv fi; git tag "'$new_version'" git remote -v echo "creating branch "'$new_version'" on "$2 # git push $2 --tags Loading Loading
create_new_tag.sh +0 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,6 @@ then echo "New version: "$new_version git tag v1.$((latest_version+1))-${PREVERSION}-$current_version git remote -v git push --tags cd "$SRC_DIR/test" else Loading Loading @@ -84,7 +83,6 @@ git remote add e-priv ssh://git@gitlab.e.foundation:2222/${REPO_PROJECT} git fetch e-priv fi; git tag "'$new_version'" git remote -v echo "creating branch "'$new_version'" on "$2 # git push $2 --tags Loading