Loading .gitignore +1 −0 Original line number Diff line number Diff line site/ docs/**/README.md .gitlab-ci.yml +32 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,35 @@ stages: - build - production include: # Go2Scale DevSecOps - remote: https://gitlab.com/go2scale/jobs/raw/2020-05-31_1/jobs/documentation.gitlab-ci.yml documentation: image: name: squidfunk/mkdocs-material:5.2.2 entrypoint: [""] stage: build script: - make docs - mkdocs build -d ./public artifacts: when: always expose_as: "Documentation" paths: - public/ except: variables: - $DOCUMENTATION_DISABLE pages: stage: production script: - echo 'Deploying on Gitlab pages' needs: - job: documentation artifacts: true artifacts: paths: - public only: - master except: variables: - $DOCUMENTATION_DISABLE || $PAGES_DISABLE Jobs/coala/README.md 0 → 100644 +18 −0 Original line number Diff line number Diff line # 🔍 Coala Auto-detect file in repo and run all [coala](https://coala.io) relevant linters on it. **How to use it** * Variables: * **TODO:** put variables from https://gitlab.com/go2scale/dockerfiles/quality-check here **Specifications** * File: https://gitlab.com/go2scale/jobs/raw/2020-03-05_3/jobs/quality_check.gitlab-ci.yml * Publications: * Full report as artifact * Short report in merge request and job logs * Image: * Repository: https://gitlab.com/go2scale/dockerfiles/quality-check * Documentation: https://go2scale.gitlab.io/dockerfiles/quality-check jobs/quality_check.gitlab-ci.yml→Jobs/coala/coala.yml +0 −0 File moved. View file Jobs/docker/README.md 0 → 100644 +3 −0 Original line number Diff line number Diff line # 📥 Build *Work in progress...* Loading
.gitlab-ci.yml +32 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,35 @@ stages: - build - production include: # Go2Scale DevSecOps - remote: https://gitlab.com/go2scale/jobs/raw/2020-05-31_1/jobs/documentation.gitlab-ci.yml documentation: image: name: squidfunk/mkdocs-material:5.2.2 entrypoint: [""] stage: build script: - make docs - mkdocs build -d ./public artifacts: when: always expose_as: "Documentation" paths: - public/ except: variables: - $DOCUMENTATION_DISABLE pages: stage: production script: - echo 'Deploying on Gitlab pages' needs: - job: documentation artifacts: true artifacts: paths: - public only: - master except: variables: - $DOCUMENTATION_DISABLE || $PAGES_DISABLE
Jobs/coala/README.md 0 → 100644 +18 −0 Original line number Diff line number Diff line # 🔍 Coala Auto-detect file in repo and run all [coala](https://coala.io) relevant linters on it. **How to use it** * Variables: * **TODO:** put variables from https://gitlab.com/go2scale/dockerfiles/quality-check here **Specifications** * File: https://gitlab.com/go2scale/jobs/raw/2020-03-05_3/jobs/quality_check.gitlab-ci.yml * Publications: * Full report as artifact * Short report in merge request and job logs * Image: * Repository: https://gitlab.com/go2scale/dockerfiles/quality-check * Documentation: https://go2scale.gitlab.io/dockerfiles/quality-check
Jobs/docker/README.md 0 → 100644 +3 −0 Original line number Diff line number Diff line # 📥 Build *Work in progress...*