diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-03-09 21:55:36 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-03-09 21:55:36 -0500 |
| commit | 9931580d9185e9123b6d45a45f20dbf929bb25b7 (patch) | |
| tree | dfe3e0fa93d3e91b3574db2a9b32d7c5ed57ab3b | |
| parent | 2a7cc52436ab4a7b6530881513679ac7ede997a8 (diff) | |
Remove unused configs
| -rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56fa677..04ec6ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,19 +12,3 @@ lint: stage: lint script: - make lint - -document: - stage: document - script: - - make document - artifacts: - paths: - - docs - -pages: - stage: deploy - script: - - mv docs public - artifacts: - paths: - - public |