Skip to content

Commit 2e10db8

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

buildspecs/update-master-from-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ phases:
1313
- cd release
1414
-
1515
- 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
16+
-
1817
- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec`
1918
- echo "Release version - $RELEASE_VERSION"
2019
-
@@ -32,4 +31,4 @@ phases:
3231
-
3332
- 'git commit -am "Update to next snapshot version: $NEW_VERSION_SNAPSHOT"'
3433
-
35-
- git push
34+
- git push

0 commit comments

Comments
 (0)