Changeset - 67812970161e
[Not reviewed]
0 1 0
James Polley - 6 years ago 2018-07-01 16:06:16
jp@jamezpolley.com
Don't build review deployment for prod

But do build docs
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.gitlab-ci.yml
Show inline comments
...
 
@@ -45,6 +45,8 @@ build_review_deployment:
 
  stage: build
 
  script:
 
    - docker run -v "${PWD}"/k8s:/src sparkprime/jsonnet /src/deployment_template.jsonnet --tla-str slug="${CI_COMMIT_REF_SLUG}" --tla-str sha="${CI_COMMIT_SHA}" -m /src
 
  only:
 
    - /^dev\/.*$/
 
  artifacts:
 
    paths:
 
    - k8s/deployment.json
...
 
@@ -168,6 +170,7 @@ pages:
 
  <<: *sphinx
 
  only:
 
  - master
 
  - 2019
 
  environment:
 
    name: docs
 
    url: https://laconfdev.gitlab.io/symposion_app/
0 comments (0 inline, 0 general)