From 31bef9a63b0adddd7dfcf70a21b3aa76028ffe18 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Wed, 8 May 2019 21:11:42 -0400 Subject: Updated runner config. --- .gitlab-ci.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3