Skip to content

Commit 045c26b

Browse files
committed
conflicting parameters?
1 parent 51883ff commit 045c26b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.circleci/config.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ orbs:
44
setup: true
55
version: 2.1
66

7-
parameters:
8-
publish-binary-branch:
9-
type: string
10-
default: main
11-
127
workflows:
138
setup-workflow:
149
jobs:
@@ -157,9 +152,4 @@ jobs:
157152
exit 1
158153
fi
159154
- continuation/continue:
160-
configuration_path: .circleci/packed/pipeline.yml
161-
parameters: '{ "publish-binary-branch": "<< pipeline.parameters.publish-binary-branch >>" }'
162-
163-
164-
165-
155+
configuration_path: .circleci/packed/pipeline.yml

0 commit comments

Comments
 (0)