Browse Source

update ci config

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

+ 5
- 4
.gitlab-ci.yml View File

@ -112,11 +112,12 @@ release:
script:
- npm install -g semantic-release @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/changelog @semantic-release/exec @semantic-release/git @semantic-release/gitlab
- semantic-release
- echo $CI_PROJECT_URL
- echo $CI_REPOSITORY_URL
- echo $CI_PROJECT_PATH
- echo $CI_PROJECT_PATH_SLUG
- echo git show --summary
- git checkout develop
- git rebase master
- git show --summary
- git fetch
- git rebase origin/master
- git show --summary
#- git push git@${GITLAB_URL}:${CI_PROJECT_PATH}.git develop
- git push https://${GIT_CREDENTIALS}@${GITLAB_URL}/${CI_PROJECT_PATH}.git develop

Loading…
Cancel
Save