diff options
author | 53hornet <53hornet@gmail.com> | 2019-05-08 21:11:42 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2019-05-08 21:11:42 -0400 |
commit | 31bef9a63b0adddd7dfcf70a21b3aa76028ffe18 (patch) | |
tree | d594f9555382b2fafe5724b720aed48ff6db5953 | |
parent | 625b38ba757003d180e9d16223ce07b902b96ce2 (diff) | |
download | cobalt-site-31bef9a63b0adddd7dfcf70a21b3aa76028ffe18.tar.xz cobalt-site-31bef9a63b0adddd7dfcf70a21b3aa76028ffe18.zip |
Updated runner config.
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f55167e..87f2e70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,6 @@ test: - stage: test - script: - - bundle exec cobalt build --trace - except: - - master - -deploy: - stage: deploy - script: - - bundle exec ls _site - only: - - master + stage: test + only: origin master + script: + - bundle exec cobalt build --trace |