diff options
-rw-r--r-- | lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml b/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml index 1edbaa62a3d..9c534b2b8e7 100644 --- a/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/Android-Fastlane.gitlab-ci.yml @@ -49,8 +49,6 @@ ensureContainer: - echo "$signing_jks_file_hex" | xxd -r -p - > android-signing-keystore.jks - "export VERSION_CODE=$CI_PIPELINE_IID && echo $VERSION_CODE" - "export VERSION_SHA=`echo ${CI_COMMIT_SHA:0:8}` && echo $VERSION_SHA" - # Because we allow the MR creation to fail, just make sure we are back in the right repo state - - git checkout "$CI_COMMIT_SHA" after_script: - rm -f android-signing-keystore.jks || true artifacts: |