diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c17ce155..462d39f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ before_script: - - ruby -v + - echo 'Running global before_script' - bundle install --path vendor/bundle --jobs $(nproc) "${FLAGS[@]}" - git submodule update --init @@ -44,6 +44,11 @@ catalog: build: stage: build before_script: - - echo $CI_BUILD_REF_NAME + - env script: - - /usr/local/bin/platform_test/buildscripts/build-platform.sh $CI_BUILD_REF_NAME -x + # use simple_deploy to speed up local development + #- leap-platform-test simple_deploy + - leap-platform-test -v reset_deploy + - leap-platform-test -v test + - leap info + - leap local stop |