Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 19, 2020
1 parent 83fb9f6 commit 936efd5
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,43 @@ jobs:
SPLUNK: "7.2"
<<: *test

tag-alpha:
docker:
- image: circleci/python:3.7
environment:
SEMTAG: "alpha"
<<: *tag
tag-beta:
docker:
- image: circleci/python:3.7
environment:
SEMTAG: "beta"
<<: *tag
tag-candidate:
docker:
- image: circleci/python:3.7
environment:
SEMTAG: "candidate"
<<: *tag
tag-final-major:
docker:
- image: circleci/python:3.7
environment:
SEMTAG: "final -s major"
<<: *tag
tag-final-minor:
docker:
- image: circleci/python:3.7
environment:
SEMTAG: "final -s minor"
<<: *tag
tag-final-patch:
docker:
- image: circleci/python:3.7
environment:
SEMTAG: "final -s patch"
<<: *tag

# publish-edge:
# docker:
# - image: circleci/python:3.7
Expand Down

0 comments on commit 936efd5

Please sign in to comment.