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 2e10db8 commit ae9c615Copy full SHA for ae9c615
buildspecs/update-master-from-release.yml
@@ -13,7 +13,8 @@ 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
@@ -31,4 +32,4 @@ phases:
31
32
33
- 'git commit -am "Update to next snapshot version: $NEW_VERSION_SNAPSHOT"'
34
- - git push
35
+ - git push
0 commit comments