File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- orbtools : gofunky/orbtools@dev:0.0.16
4
+ orbtools : gofunky/orbtools@0.1.0
5
5
envorb : gofunky/envorb@0.2.6
6
6
7
7
master_filter : &master_filter
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2.1
2
2
3
3
orbs :
4
4
cli : circleci/circleci-cli@volatile
5
- envorb : gofunky/envorb@0.2.6
5
+ envorb : gofunky/envorb@dev:master
6
6
7
7
commands :
8
8
@@ -199,6 +199,7 @@ jobs:
199
199
type : string
200
200
default : " "
201
201
executor : cli/default
202
+ tag : alpine
202
203
steps :
203
204
# Setup
204
205
- when :
@@ -240,6 +241,7 @@ jobs:
240
241
Uses the CLI to increment the version of an orb in the registry.
241
242
If the orb does not have a version yet it starts at 0.0.0
242
243
executor : cli/default
244
+ tag : alpine
243
245
parameters :
244
246
orb-path :
245
247
description : Path to an orb file.
@@ -309,6 +311,7 @@ jobs:
309
311
310
312
publish :
311
313
executor : cli/default
314
+ tag : alpine
312
315
parameters :
313
316
orb-path :
314
317
description : Path of the orb file to publish.
You can’t perform that action at this time.
0 commit comments