Skip to content

Commit

Permalink
Bump orb versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Nov 16, 2018
1 parent eb07983 commit 59edcb8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ pr_filter: &pr_filter
ignore:
- master

use_alpine_version: &use_alpine_version
alpine_version: "3.8"

set_git_version: &set_git_version
attach: true
alpine_version: "3.8"
<<: *use_alpine_version
variable: GIT_VERSION
prepare:
- run:
Expand All @@ -33,13 +36,12 @@ set_git_version: &set_git_version

set_alpine_version: &set_alpine_version
attach: true
alpine_version: "3.8"
<<: *use_alpine_version
variable: ALPINE_VERSION
value: "3.8"

orbs:
orbtools: gofunky/[email protected]
envorb: gofunky/[email protected]
envorb: gofunky/envorb@dev:90
docker: gofunky/[email protected]
readmyhub: gofunky/[email protected]

Expand Down

0 comments on commit 59edcb8

Please sign in to comment.