BigW Consortium Gitlab

  1. 19 Sep, 2017 2 commits
  2. 06 Sep, 2017 1 commit
  3. 04 Sep, 2017 1 commit
  4. 31 Aug, 2017 1 commit
    • Implement the implied CI/CD config for AutoDevOps · 6ed49040
      Zeger-Jan van de Weg authored
      Behind an application setting, which defaults to false, this commit
      implements the implied CI/CD config. Which means that in the case we
      can't find the `.gitlab-ci.yml` on the commit we want to start a
      pipeline for, we fall back to an implied configuration.
      
      For now the Bash template has been copied to
      `Auto-Devops.gitlab-ci.yml` so the tests actually work.
      
      Fixes #34777