Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Nov 11, 2018
1 parent a95b24b commit b661d89
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ jobs:
artifacts.
type: string
default: ""
executor: cli/default
executor:
name: cli/default
tag: alpine
steps:
# Setup
Expand Down Expand Up @@ -240,7 +241,8 @@ jobs:
description: >
Uses the CLI to increment the version of an orb in the registry.
If the orb does not have a version yet it starts at 0.0.0
executor: cli/default
executor:
name: cli/default
tag: alpine
parameters:
orb-path:
Expand Down Expand Up @@ -310,7 +312,8 @@ jobs:
token-variable: << parameters.publish-token-variable >>

publish:
executor: cli/default
executor:
name: cli/default
tag: alpine
parameters:
orb-path:
Expand Down

0 comments on commit b661d89

Please sign in to comment.