File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,15 +187,17 @@ version: 2.1
187187setup: true
188188
189189orbs:
190- split-config: bufferings/split-config@0.0.7
191- path-filtering: circleci/path-filtering@0.1.3
190+ # Please specify the latest version
191+ split-config: bufferings/split-config@1.2.3
192+ path-filtering: circleci/path-filtering@1.2.3
192193
193194workflows:
194195 generate-config:
195196 jobs:
196197 - split-config/generate-config:
197198 find-config-regex: .*/\. circleci/.*\. yml
198199 generated-config-path: /tmp/generated_config.yml
200+ continuation: false
199201 post-steps:
200202 - persist_to_workspace:
201203 root: /tmp
Original file line number Diff line number Diff line change 88echo " Generated YAML ==="
99
1010cat " ${PARAM_CONFIG_LIST_PATH} " \
11- | awk ' {printf "\"%s\" ", $0}' \
11+ | awk ' NF {printf "\"%s\" ", $0}' \
1212| xargs -0 -I {} sh -c ' cue export {} --out yaml' \
1313| tee " ${PARAM_GENERATED_CONFIG_PATH} "
1414
You can’t perform that action at this time.
0 commit comments