summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
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