Update .gitlab-ci.yml
authorChris Cormack <chris@bigballofwax.co.nz>
Thu, 28 Dec 2017 21:18:28 +0000 (21:18 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Thu, 28 Dec 2017 21:18:28 +0000 (21:18 +0000)
.gitlab-ci.yml

index 61b4c8e..7bcc339 100644 (file)
@@ -32,7 +32,7 @@ test-17.11:
   - cd en/
   - make html
   only:
-  - master
+  - manual17.11.x
 
 production-17.11:
     stage: deploy
@@ -41,5 +41,5 @@ production-17.11:
     - make html
     - scp -r build/html chrisc@www.koha-community.org:/var/www/manual/17.11/en/
     only:
-        - master
+        - manual17.11.x
     environment: production