diff options
author | Joris | 2017-03-05 16:35:59 +0100 |
---|---|---|
committer | Joris | 2017-03-05 16:35:59 +0100 |
commit | 063539add1c4f1f27f89f4599169035e45f59933 (patch) | |
tree | ebd3e5bb22ef1538149f53154e07fe4827fa4583 | |
parent | d89a51721db9a27c57f341a6cc944989ec0cfb57 (diff) |
Use correct name in gitlab-ci
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e2ed34..8432de6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ build: - _cache - .stack script: - - stack exec site build + - stack exec cooking build except: - master @@ -23,7 +23,7 @@ pages: - _cache - .stack script: - - stack exec site build + - stack exec cooking build artifacts: paths: - public |