From f0dda1dd4ec063233b0d266b092d809c6243c354 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 2 Jul 2016 21:22:51 +0200 Subject: Update .gitlab-ci.yml and build config for local builds --- .gitlab-ci.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c17ce155..914ffdd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,8 @@ -before_script: - - ruby -v - - bundle install --path vendor/bundle --jobs $(nproc) "${FLAGS[@]}" - - git submodule update --init +#before_script: + #- echo 'Running global before_script' + #- ruby -v + #- bundle install --path vendor/bundle --jobs $(nproc) "${FLAGS[@]}" + #- git submodule update --init stages: - syntax @@ -46,4 +47,10 @@ build: before_script: - echo $CI_BUILD_REF_NAME script: - - /usr/local/bin/platform_test/buildscripts/build-platform.sh $CI_BUILD_REF_NAME -x + - cd ${CI_BUILD_REPO}/tests/puppet/provider + # use simple_deploy to speed up local development + #- leap-platform-test simple_deploy + - leap-platform-test reset_deploy + - leap-platform-test test + - leap info + - leap local stop -- cgit v1.2.3