Update .gitlab-ci.yml file

This commit is contained in:
Lee 2023-03-08 14:11:09 +00:00
parent cde9483fed
commit c42a0550fe

@ -9,6 +9,7 @@ before_script:
# - echo `pwd` # debug
# - echo "$CI_BUILD_NAME, $CI_BUILD_REF_NAME $CI_BUILD_STAGE" # debug
- export GRADLE_USER_HOME=`pwd`/.gradle
- export VERSION=$CI_COMMIT_TAG
prepare_job:
stage: prepare # This stage must run before the release stage