Update .gitlab-ci.yml file
This commit is contained in:
parent
6ec5fb01ef
commit
c1c65a3a7b
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ upload artifacts:
|
|||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||
- git config --global user.email "gitlab@c4181.xyz"
|
||||
- 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:perform -s ci_settings.xml'
|
||||
only:
|
||||
|
|
|
|||
Loading…
Reference in a new issue