Update .gitlab-ci.yml file

This commit is contained in:
Christopher Moyer 2023-08-18 23:43:44 +00:00
parent 6ec5fb01ef
commit c1c65a3a7b

View file

@ -68,7 +68,7 @@ upload artifacts:
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- git config --global user.email "gitlab@c4181.xyz" - git config --global user.email "gitlab@c4181.xyz"
- git config --global user.name "gitlab_runner" - git config --global user.name "gitlab_runner"
- git checkout -B "$CI_BUILD_REF_NAME" - git checkout -B "$CI_COMMIT_BRANCH"
- 'mvn -B release:prepare -s ci_settings.xml' - 'mvn -B release:prepare -s ci_settings.xml'
- 'mvn -B release:perform -s ci_settings.xml' - 'mvn -B release:perform -s ci_settings.xml'
only: only: