We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492e909 commit 2e10db8Copy full SHA for 2e10db8
buildspecs/update-master-from-release.yml
@@ -13,8 +13,7 @@ phases:
13
- cd release
14
-
15
- git clone -o public -b release $PUBLIC_REPOSITORY_URL .
16
- - echo 'For debugging, running version command without -q'
17
- - mvn -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec
+ -
18
- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec`
19
- echo "Release version - $RELEASE_VERSION"
20
@@ -32,4 +31,4 @@ phases:
32
31
33
- 'git commit -am "Update to next snapshot version: $NEW_VERSION_SNAPSHOT"'
34
35
- - git push
+ - git push
0 commit comments