diff options
| author | Joris | 2017-05-10 13:50:51 +0200 |
|---|---|---|
| committer | Joris | 2017-05-10 13:50:51 +0200 |
| commit | b0f34bc1ec69433c594cd4850bc19540f4d4d2f8 (patch) | |
| tree | 7196a51175cd3c224f7530cb156c16e3ef77074c | |
| parent | 4399097564c041838140225f30dcda7f92caa88a (diff) | |
Rename build to pages in ci
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7bc90d..24abfc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ cache: - bower_components - yarn.lock -build: +pages: script: - apt-get update - apt-get install -y curl |
