Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading