diff options
| author | Ben Beltran <ben@nsovocal.com> | 2018-07-31 22:00:13 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2018-07-31 22:00:13 -0500 |
| commit | 53797ff8ae5341b0acacc9f98e8a6ebb691f4682 (patch) | |
| tree | 2e7eaf5b439d2747242404df224b659a5467e1e6 | |
| parent | a05152cc2bcad4b0eabc6804101d4040ed53280b (diff) | |
have a script in pages step
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ce6c44..575156b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,8 @@ lint: pages: stage: deploy + script: + - echo "noop" artifacts: paths: - . |