From b14341a820566f4ce10ccdd2b4ce76cb912d46b1 Mon Sep 17 00:00:00 2001 From: Distopico Vegan Date: Tue, 13 Nov 2018 22:40:53 -0500 Subject: [PATCH] ci: fix checkout to develop --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 381f0803..75f5a57b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,6 +102,8 @@ release: script: - semantic-release - git fetch + - git remote -v - git checkout develop + - git branch -avv - git rebase origin/master - git push https://${GIT_CREDENTIALS}@${GITLAB_URL}/${CI_PROJECT_PATH}.git develop