From 9912b12551268a27ee32d0dfeef20f29ea19d8ee Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Mon, 7 Oct 2019 00:51:41 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5d90e6a..5629455 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -263,7 +263,7 @@ jobs: command: | mkdir artifacts SEMVER=$(docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo /showvariable SemVer /nofetch) - docker save splunk/scs:$SEMVER | gzip -c > artifacts/sc4s_container.tar.gz + docker save splunk/scs:$SEMVER | gzip -c > artifacts/oci_container.tar.gz - run: name: BYOE Config command: | @@ -332,8 +332,8 @@ workflows: - publish-version: requires: - build -# - dgoss -# - test-unit + - dgoss + - test-unit filters: tags: only: /([0-9]+\.[0-9]+\.[0-9]+)