Skip to content

Commit d46cbf7

Browse files
Build circleci config with Mustache (Synthetixio#883)
1 parent 94f7e6d commit d46cbf7

38 files changed

+2965
-433
lines changed

.circleci/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Important: Do not edit ./circleci/config.yml directly, since it is a generated file.
22

3-
Instead, edit files under ./circleci/src and build with `npm run ci:build.
3+
Instead, edit files under ./circleci/src and build with `npm run build:ci`, which builds the config file using Mustache.

.circleci/config.template.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2.1
2+
commands:
3+
{{> commands}}
4+
jobs:
5+
{{> jobs}}
6+
workflows:
7+
{{> workflows}}

0 commit comments

Comments
 (0)