diff options
author | Standing With Resilience <standing.with.resilience@riseup.net> | 2016-08-28 07:39:09 +0000 |
---|---|---|
committer | Standing With Resilience <standing.with.resilience@riseup.net> | 2016-08-28 07:39:09 +0000 |
commit | 23de050ac131c1d3b5fc7ed0b5bb0b43dd6a31c3 (patch) | |
tree | 09b25912662ee7a2195d847941b59330b3cf17cb /.gitlab-ci.yml | |
parent | bcd172a1393faa4742ae970ba85d99cf4afcf552 (diff) | |
download | standingwithresilience-23de050ac131c1d3b5fc7ed0b5bb0b43dd6a31c3.tar.gz standingwithresilience-23de050ac131c1d3b5fc7ed0b5bb0b43dd6a31c3.zip |
Update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 304052c..d1b4ae4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,9 @@ before_script: test: stage: test script: - - cd backend; ikiwiki --setup ikiwiki.setup + - cd backend + - ikiwiki --setup ikiwiki.setup + - cd .. - mv html public only: - branches @@ -16,7 +18,9 @@ test: pages: stage: deploy script: - - cd backend; ikiwiki --setup ikiwiki.setup + - cd backend + - ikiwiki --setup ikiwiki.setup + - cd .. - mv html public artifacts: paths: |