File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ echo "deploy.sh: TRAVIS_TAG: $TRAVIS_TAG"
1313echo " deploy.sh: TRAVIS_PULL_REQUEST: $TRAVIS_PULL_REQUEST "
1414
1515cd QuickCode
16- echo " deploy.sh: Running gradle printVersion"
17- ./gradlew printVersion
16+ git tag -l
1817echo " deploy.sh: Running gradle build"
1918./gradlew build
2019# echo "deploy.sh: Running gradle sonarqube"
@@ -23,6 +22,8 @@ echo "deploy.sh: mobile/build/outputs/apk/release now contains:"
2322ls -l mobile/build/outputs/apk/release
2423echo " deploy.sh: Running gradle printStatsFromThisVersion"
2524./gradlew printStatsFromThisVersion
25+ echo " deploy.sh: Running gradle printVersion"
26+ ./gradlew printVersion
2627
2728if [ " $TRAVIS_REPO_SLUG " != " $EXPECTED_TRAVIS_REPO_SLUG " ]; then
2829 echo " deploy.sh: Skipping deployment: wrong repository. Expected '$EXPECTED_TRAVIS_REPO_SLUG ' but was '$TRAVIS_REPO_SLUG '."
You can’t perform that action at this time.
0 commit comments