diff options
author | Micah Anderson <micah@riseup.net> | 2016-09-13 19:11:01 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2016-09-13 19:11:01 -0400 |
commit | 8e3ef4ba6a13fd03804696aaa41ced10131285c4 (patch) | |
tree | f8e3197208c25fbec041dd4cd59d250dadfbb77b | |
parent | 79330af765392972b31273a0d5e34e9b63176bec (diff) |
fix .gitlab-ci.yml spacing so it validates
-rw-r--r-- | .gitlab-ci.yml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70ca8e2..8e556a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,9 +8,7 @@ stages: build: stage: build script: - - rake build - #- sudo rake install - #- ./bin/leap + - "rake build" - "gem install --user-install pkg/leap_cli-*.gem" - export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin" - leap @@ -20,13 +18,13 @@ build: name: "leap_cli_${CI_BUILD_REF_NAME}_${CI_BUILD_REF}" expire_in: 3 month -test: - stage: test - script: - - "gem install --user-install pkg/leap_cli-*.gem" - - export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin" - - leap - - rake test +test: + stage: test + script: + - "gem install --user-install pkg/leap_cli-*.gem" + - export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin" + - leap + - "rake test" # trigger leap_platform pipeline trigger: |