From 936efd56b162c8e3d093e3fee6cf38d2197f155a Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Wed, 19 Feb 2020 17:35:58 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c9122c7..35d4843 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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