diff options
author | IkiWiki <ikiwiki.info> | 2019-09-02 14:17:35 -0400 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2019-09-02 14:17:35 -0400 |
commit | 4e590dedfb342512b1c199854069f4712524f2e8 (patch) | |
tree | cc158b7d8c740f156717bbde0eeb1cb73e1ecd5e | |
parent | 2a56a7fe014b8e8fbc445406e2a700eaa49dee2b (diff) | |
download | standingwithresilience-4e590dedfb342512b1c199854069f4712524f2e8.tar.gz standingwithresilience-4e590dedfb342512b1c199854069f4712524f2e8.zip |
learning yml
-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 27a0edd..deff60a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ test: stage: test script: - cd backend - - sed -i 's/gitorigin_branch: origin/gitorigin_branch:/' ikiwiki.setup + - sed -i s/gitorigin_branch:.origin/gitorigin_branch:/ ikiwiki.setup - ikiwiki --setup ikiwiki.setup - cd .. - mv html public @@ -20,7 +20,7 @@ pages: stage: deploy script: - cd backend - - sed -i 's/gitorigin_branch: origin/gitorigin_branch:/' ikiwiki.setup + - sed -i s/gitorigin_branch:.origin/gitorigin_branch:/ ikiwiki.setup - ikiwiki --setup ikiwiki.setup - cd .. - mv html public |