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 0fa7f62 commit 9732767Copy full SHA for 9732767
.gitlab-ci.yml
@@ -65,6 +65,7 @@ UploadToNexusPublic:
65
- echo "VERSION_CODE=$VERSION_CODE" >> build.env
66
- echo "VERSION_NAME=$VERSION_NAME" >> build.env
67
- export DIRECTORY=${VERSION_NAME}
68
+ - echo $NEXUS_SERVER
69
- fastlane buildReleaseApk
70
- curl --retry 5 --show-error --fail -u "${NEXUS_USERNAME}:${NEXUS_PASSWORD}" --cacert config/cacert.pem --upload-file ${MOBILE_APK_PATH} "${NEXUS_SERVER}${DIRECTORY}/windscribe-mobile.apk"
71
- curl --retry 5 --show-error --fail -u "${NEXUS_USERNAME}:${NEXUS_PASSWORD}" --cacert config/cacert.pem --upload-file ${TV_APK_PATH} "${NEXUS_SERVER}${DIRECTORY}/windscribe-tv.apk"
0 commit comments