Skip to content

Commit

Permalink
Fix extraneous key error
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Nov 15, 2018
1 parent bb2aec2 commit d24f1b3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/jobs/env-pack-publish.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
alpine_params: &alpine_params
description: Pack the contents of an orb for publishing and publish it.
parameters:
alpine_version:
description: >
Alpine version
type: string
default: ""

alpine_args: &alpine_args
alpine_version: << parameters.alpine_version >>

description: Pack the contents of an orb for publishing and publish it.
parameters:
<<: [*alpine_params]
source-dir:
description: >
Path to the root of the orb source directory to be packed.
Expand Down Expand Up @@ -84,7 +78,7 @@ parameters:
default: true
executor:
name: default
<<: *alpine_args
alpine_version: << parameters.alpine_version >>
steps:
- when:
condition: << parameters.checkout >>
Expand Down

0 comments on commit d24f1b3

Please sign in to comment.