From dc032a8779ab07ea0d2e8baa0bc6ddfda4deba95 Mon Sep 17 00:00:00 2001 From: divious1 Date: Mon, 6 Jan 2020 16:44:03 -0500 Subject: [PATCH] fixing bug where CI crashed when publishing the package --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6bc03c6ee9..73e36056fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -290,10 +290,8 @@ jobs: git commit --allow-empty -m "updating docs and package bits [ci skip]" # Push quietly to prevent showing the token in log git push https://${GITHUB_TOKEN}@github.com/splunk/security-content.git ${CIRCLE_BRANCH} - mv package DA-ESS-ContentUpdate - tar -czf DA-ESS-ContentUpdate-latest.tar.gz DA-ESS-ContentUpdate/* - persist_to_workspace: - root: security-content/ + root: ~/ paths: - DA-ESS-ContentUpdate-latest.tar.gz publish-github-release: