Skip to content

Commit

Permalink
cicd update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginder-Singh committed Jan 19, 2023
1 parent 0fa7f62 commit 9732767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ UploadToNexusPublic:
- echo "VERSION_CODE=$VERSION_CODE" >> build.env
- echo "VERSION_NAME=$VERSION_NAME" >> build.env
- export DIRECTORY=${VERSION_NAME}
- echo $NEXUS_SERVER
- fastlane buildReleaseApk
- 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"
- 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"
Expand Down

0 comments on commit 9732767

Please sign in to comment.