Browse Source

test ci config

main
Distopico Vegan 5 years ago
parent
commit
d54d4eb62d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .gitlab-ci.yml

+ 3
- 3
.gitlab-ci.yml View File

@ -101,10 +101,10 @@ release:
cache: {}
script:
- semantic-release
- git fetch
- git fetch --all
- echo "---"
- git remote -v
- git checkout develop
#- git checkout develop
- git branch -avv
- git rebase origin/master
#- git rebase origin/master
- git push https://${GIT_CREDENTIALS}@${GITLAB_URL}/${CI_PROJECT_PATH}.git develop

Loading…
Cancel
Save