From 30cdb883d470f1346fb093b141b582109b3612f5 Mon Sep 17 00:00:00 2001 From: Distopico Vegan Date: Wed, 14 Nov 2018 00:19:12 -0500 Subject: [PATCH] test develop rebase --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac1adce4..a678f2fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,7 +114,7 @@ release: - semantic-release - git fetch - git branch -avv - - git checkout develop + - git checkout --track develop origin/develop - git rebase master - git show --summary - git rebase origin/master