This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 09 Dec, 2020 1 commit
    • Kris Hicks's avatar
      circleci: Allow expanding Makefile in enterpise (#9587) · 8333ab9f
      Kris Hicks authored
      OSS no longer needs the multi-file config Makefile content, so it was
      removed. However, enterprise does benefit from having that around. We
      can allow enterprise to expand on OSS' CircleCI Makefile by adding an
      include directive in OSS. This will allow the Makefile to be the same on
      both OSS and Enterprise, so merge conflicts cannot occur.
      8333ab9f
  2. 08 Dec, 2020 1 commit
  3. 20 Nov, 2019 1 commit
    • Mahmood Ali's avatar
      Refactor circleci CI scripts · 90d1c69e
      Mahmood Ali authored
      This adopts pattern used by Vault, where we split CircleCI yaml config
      into multiple files that get packed and translated to 2.0.
      
      This has two motivations: First, to ease translating config to CircleCI
      2.0 so it can run on Enterprise private repository.  Second and most
      importantly, it also adding Enterprise specific jobs in separate files
      with reduced config file merging conflict resolution.
      90d1c69e