Skip to content

Commit d24f1b3

Browse files
committed
Fix extraneous key error
1 parent bb2aec2 commit d24f1b3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/jobs/env-pack-publish.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
alpine_params: &alpine_params
1+
description: Pack the contents of an orb for publishing and publish it.
2+
parameters:
23
alpine_version:
34
description: >
45
Alpine version
56
type: string
67
default: ""
7-
8-
alpine_args: &alpine_args
9-
alpine_version: << parameters.alpine_version >>
10-
11-
description: Pack the contents of an orb for publishing and publish it.
12-
parameters:
13-
<<: [*alpine_params]
148
source-dir:
159
description: >
1610
Path to the root of the orb source directory to be packed.
@@ -84,7 +78,7 @@ parameters:
8478
default: true
8579
executor:
8680
name: default
87-
<<: *alpine_args
81+
alpine_version: << parameters.alpine_version >>
8882
steps:
8983
- when:
9084
condition: << parameters.checkout >>

0 commit comments

Comments
 (0)