From 172c5bfd6dd5763b45c888cef25d8e816cf82678 Mon Sep 17 00:00:00 2001
From: Varac <varac@leap.se>
Date: Thu, 17 Aug 2017 10:48:23 +0200
Subject: [PATCH] Use master branches for platform on CI

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0c6897..17ee933 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ test:
     # - bundle config build.nokogiri --use-system-libraries
     - apt-get install rake
     - bundle install --path vendor/bundle --with test
-    - git clone https://leap.se/git/leap_platform.git -b develop
+    - git clone https://leap.se/git/leap_platform.git
     - chmod -R a+rwX test/provider
     - useradd -ms /bin/bash testuser
     - su -c "PLATFORM_DIR=$(readlink -e leap_platform) bundle exec rake test" testuser
@@ -36,4 +36,4 @@ trigger:
   stage: trigger
   type: deploy
   script:
-    - "curl -s -X POST -F token=${PLATFORM_TRIGGER_TOKEN} -F ref=develop https://0xacab.org/api/v3/projects/129/trigger/builds"
+    - "curl -s -X POST -F token=${PLATFORM_TRIGGER_TOKEN} https://0xacab.org/api/v3/projects/129/trigger/builds"
-- 
GitLab