From fa01c617e908b36cba26a5e3bb82d9f328517529 Mon Sep 17 00:00:00 2001 From: Distopico Vegan Date: Tue, 13 Nov 2018 00:01:53 -0500 Subject: [PATCH] update ci config --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 875af07d..59df8679 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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