We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fe3e0 commit 728510eCopy full SHA for 728510e
.circleci/config.yml
@@ -103,6 +103,7 @@ jobs:
103
workflows:
104
## <<Stencil::Block(circleWorkflows)>>
105
generate-crucible-config:
106
+ context: *contexts
107
jobs:
108
- crucible/generate-config:
109
additional_repos: << pipeline.parameters.additional_repos >>
@@ -233,18 +234,4 @@ workflows:
233
234
tags:
235
only: /v\d+(\.\d+)*(-.*)*/
236
tests:
- 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
244
- - name: stencil-golang
245
- branch: main
246
- - name: devbase
247
248
249
- - stencil
250
+
0 commit comments