Skip to content

Commit 728510e

Browse files
committed
add context anchor
1 parent 02fe3e0 commit 728510e

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.circleci/config.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
workflows:
104104
## <<Stencil::Block(circleWorkflows)>>
105105
generate-crucible-config:
106+
context: *contexts
106107
jobs:
107108
- crucible/generate-config:
108109
additional_repos: << pipeline.parameters.additional_repos >>
@@ -233,18 +234,4 @@ workflows:
233234
tags:
234235
only: /v\d+(\.\d+)*(-.*)*/
235236
tests:
236-
lint:
237-
modules:
238-
- name: stencil-golang # only need the basename of the module
239-
branch: mnagy/dt-4821
240-
commands:
241-
- make lint
242-
stencil-upgrade-go:
243-
modules:
244-
- name: stencil-golang
245-
branch: main
246-
- name: devbase
247-
branch: main
248-
commands:
249-
- stencil
250-
- make lint
237+

0 commit comments

Comments
 (0)