Skip to content

Commit

Permalink
Remove set_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 86848f6 commit 71b24de
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,14 @@ pr_filter: &pr_filter
ignore:
- master

use_alpine_version: &use_alpine_version


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 Expand Up @@ -100,26 +96,26 @@ workflows:
jobs:
- orbtools/check:
name: check_pull_request
<<: [*pr_filter, *use_alpine_version]
<<: [*pr_filter]

publish_orb:
jobs:
- orbtools/env-pack-publish:
name: publish_latest
context: orb-tools
version: "dev:${CIRCLE_BRANCH}"
<<: [*master_filter, *use_alpine_version]
<<: [*master_filter]

release_orb:
jobs:
- envorb/git_tag:
name: release_tag
alpine_version: "3.8"
variable: ORB_PUBLISHING_VERSION
<<: [*tag_filter, *use_alpine_version]
<<: [*tag_filter]

- orbtools/env-pack-publish:
name: publish_release
context: orb-tools
<<: [*tag_filter, *use_alpine_version]
<<: [*tag_filter]
requires: [release_tag]

0 comments on commit 71b24de

Please sign in to comment.