test setup step #1245

Open
jessopb wants to merge 35 commits from test-deploy into master
Showing only changes of commit ab498cc8ed - Show all commits

View file

@ -36,8 +36,8 @@ jobs:
ls -al
git rev-parse --is-inside-work-tree
git secret reveal
chmod u+x $CI_PROJECT_DIR/gradlew
export BUILD_VERSION=$($CI_PROJECT_DIR/gradlew -p $CI_PROJECT_DIR -q printVersionName --console=plain | tail -1)
chmod u+x $GITHUB_WORKSPACE/gradlew
export BUILD_VERSION=$($GITHUB_WORKSPACE/gradlew -p $GITHUB_WORKSPACE -q printVersionName --console=plain | tail -1)
env:
PGP_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}