Commit c8733754 authored by Thomas Boni's avatar Thomas Boni
Browse files

disable pages publication until 17th

parent b3a5359c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@ stages:

include:
  - remote: 'https://jobs.go2scale.io/mkdocs.yml'
  - remote: 'https://jobs.go2scale.io/pages.yml'
#  - remote: 'https://jobs.go2scale.io/pages.yml'

mkdocs:
  before_script:
    - pip3 install -r requirements.txt
    - python3 builder/builder.py

pages:
  rules:
    - if: '$CI_COMMIT_BRANCH == "latest"'
#pages:
#  rules:
#    - if: '$CI_COMMIT_BRANCH == "latest"'

ci_linter:
  image: golang:1.15.2-alpine3.12