Skip to content

Commit

Permalink
Add missing alpine_version
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Nov 16, 2018
1 parent f16c758 commit 01bf136
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,29 @@ pr_filter: &pr_filter
ignore:
- master

use_alpine_version: &use_alpine_version
alpine_version: "3.8"

workflows:
publish:
jobs:
- orbtools/check:
name: check_pull_request
<<: *pr_filter
<<: [*pr_filter, *use_alpine_version]

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

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

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

0 comments on commit 01bf136

Please sign in to comment.