Test2
This commit is contained in:
@@ -53,6 +53,7 @@ cd ../minager-properties || exit 1
|
|||||||
git add application-prod.yml || exit 1
|
git add application-prod.yml || exit 1
|
||||||
git commit -m "Set version for next iteration: $NEXT_VERSION" || exit 1
|
git commit -m "Set version for next iteration: $NEXT_VERSION" || exit 1
|
||||||
git push origin $BRANCH_NAME || exit 1
|
git push origin $BRANCH_NAME || exit 1
|
||||||
|
git push origin --tags || exit 1
|
||||||
cd - || exit 1
|
cd - || exit 1
|
||||||
|
|
||||||
# Minager
|
# Minager
|
||||||
@@ -60,3 +61,4 @@ git add pom.xml
|
|||||||
git add src/main/ts/src/environments/environment.prod.ts
|
git add src/main/ts/src/environments/environment.prod.ts
|
||||||
git commit -m "Set version for next iteration: $NEXT_VERSION"
|
git commit -m "Set version for next iteration: $NEXT_VERSION"
|
||||||
git push origin $BRANCH_NAME
|
git push origin $BRANCH_NAME
|
||||||
|
git push origin --tags
|
||||||
Reference in New Issue
Block a user