Skip to content

Commit

Permalink
Remove alpine_version from orbtools images until version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Nov 13, 2018
1 parent b8aaacd commit 86848f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,18 @@ pr_filter: &pr_filter
- master

use_alpine_version: &use_alpine_version
alpine_version: "3.8"


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

set_cli_version: &set_cli_version
<<: *use_alpine_version
alpine_version: "3.8"
variable: CLI_VERSION
repository: "CircleCI-Public/circleci-cli"

Expand Down

0 comments on commit 86848f6

Please sign in to comment.