Skip to content

Commit ae9c615

Browse files
committed
Revert "Revert "Add non -q version command for debugging failure in CodeBuild""
This reverts commit 2e10db8.
1 parent 2e10db8 commit ae9c615

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

buildspecs/update-master-from-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ phases:
1313
- cd release
1414
-
1515
- git clone -o public -b release $PUBLIC_REPOSITORY_URL .
16-
-
16+
- echo 'For debugging, running version command without -q'
17+
- mvn -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec
1718
- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec`
1819
- echo "Release version - $RELEASE_VERSION"
1920
-
@@ -31,4 +32,4 @@ phases:
3132
-
3233
- 'git commit -am "Update to next snapshot version: $NEW_VERSION_SNAPSHOT"'
3334
-
34-
- git push
35+
- git push

0 commit comments

Comments
 (0)