Skip to content

Commit

Permalink
Update envorb version
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Nov 11, 2018
1 parent f6ef06c commit a95b24b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
orbtools: gofunky/orbtools@dev:0.0.16
orbtools: gofunky/orbtools@0.1.0
envorb: gofunky/[email protected]

master_filter: &master_filter
Expand Down
5 changes: 4 additions & 1 deletion src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
cli: circleci/circleci-cli@volatile
envorb: gofunky/envorb@0.2.6
envorb: gofunky/envorb@dev:master

commands:

Expand Down Expand Up @@ -199,6 +199,7 @@ jobs:
type: string
default: ""
executor: cli/default
tag: alpine
steps:
# Setup
- when:
Expand Down Expand Up @@ -240,6 +241,7 @@ jobs:
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
tag: alpine
parameters:
orb-path:
description: Path to an orb file.
Expand Down Expand Up @@ -309,6 +311,7 @@ jobs:

publish:
executor: cli/default
tag: alpine
parameters:
orb-path:
description: Path of the orb file to publish.
Expand Down

0 comments on commit a95b24b

Please sign in to comment.