Skip to content
Snippets Groups Projects
Verified Commit 172c5bfd authored by Varac's avatar Varac
Browse files

Use master branches for platform on CI

parent 462475d4
Branches master
No related tags found
1 merge request!4Use master branches for platform on CI
Pipeline #
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment