Correct release script syntax.
This commit is contained in:
@@ -47,11 +47,11 @@ echo 'Git commit and push'
|
|||||||
cd minager-properties
|
cd minager-properties
|
||||||
git add application-prod.yml
|
git add application-prod.yml
|
||||||
git commit -m "Set version for next iteration: $NEXT_VERSION"
|
git commit -m "Set version for next iteration: $NEXT_VERSION"
|
||||||
git push
|
git push origin master
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Minager
|
# Minager
|
||||||
git add pom.xml
|
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
|
git push origin master
|
||||||
Reference in New Issue
Block a user