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.
extraneous key
1 parent bb2aec2 commit d24f1b3Copy full SHA for d24f1b3
src/jobs/env-pack-publish.yml
@@ -1,16 +1,10 @@
1
-alpine_params: &alpine_params
+description: Pack the contents of an orb for publishing and publish it.
2
+parameters:
3
alpine_version:
4
description: >
5
Alpine version
6
type: string
7
default: ""
-
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]
14
source-dir:
15
16
Path to the root of the orb source directory to be packed.
@@ -84,7 +78,7 @@ parameters:
84
78
default: true
85
79
executor:
86
80
name: default
87
- <<: *alpine_args
81
+ alpine_version: << parameters.alpine_version >>
88
82
steps:
89
83
- when:
90
condition: << parameters.checkout >>
0 commit comments