From 63f87ef8ea7a92e7bfa03b258cca4d119867cef0 Mon Sep 17 00:00:00 2001 From: Jake Windle Date: Sat, 3 Mar 2018 15:26:10 -0800 Subject: [PATCH] Checkout branch first --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c49c19b..a34ca2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: before_script: - git submodule sync --recursive - git submodule update --init --recursive - - cd themes/blackburn && git pull + - cd themes/blackburn && git checkout master && git pull pages: script: