summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-08-17 10:48:23 +0200
committerVarac <varac@leap.se>2017-08-17 10:48:23 +0200
commit172c5bfd6dd5763b45c888cef25d8e816cf82678 (patch)
tree39eb3ab2b656e47365df8bd27dde980f7e7340d5
parent462475d4c572082643ca5a8d7888594fc4fd1ebb (diff)
Use master branches for platform on CIHEADmaster
-rw-r--r--.gitlab-ci.yml4
1 files 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"