2
0

Output errors on stderr.

This commit is contained in:
Maarten Billemont
2018-06-05 14:06:55 -04:00
parent b748e607ad
commit 02aed778bc
3 changed files with 2 additions and 25 deletions

View File

@@ -3,10 +3,6 @@ variables:
JEKYLL_ENV: production
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
- deploy
build_project:
stage: build
script:
@@ -20,17 +16,3 @@ build_project:
- brew
- java
- xcode_9
only:
- master
pages:
stage: deploy
script:
- exec jekyll build -d public
artifacts:
paths:
- public
tags:
- jekyll
only:
- gh-pages