From 4e120eea46f02ea74e860a5ad2b4dcf3257328c8 Mon Sep 17 00:00:00 2001 From: David Dorsey Date: Tue, 29 Oct 2019 22:51:54 -0700 Subject: [PATCH] Nope, that didn't work --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 334006f539..d124a1f6d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,9 +31,9 @@ jobs: name: checkout repo command: | if [ "${CIRCLE_BRANCH}" == "" ]; then - git clone https://${GITHUB_TOKEN}@github.com/splunk/${CIRCLE_PROJECT_REPONAME} + git clone https://${GITHUB_TOKEN}@github.com/splunk/security-content.git else - git clone --branch ${CIRCLE_BRANCH} https://${GITHUB_TOKEN}@github.com/${CIRCLE_PROJECT_REPONAME} + git clone --branch ${CIRCLE_BRANCH} https://${GITHUB_TOKEN}@github.com/splunk/security-content.git fi - restore_cache: key: virtualenv @@ -64,9 +64,9 @@ jobs: name: checkout repo command: | if [ "${CIRCLE_BRANCH}" == "" ]; then - git clone https://${GITHUB_TOKEN}@github.com/${CIRCLE_PROJECT_REPONAME} + git clone https://${GITHUB_TOKEN}@github.com/splunk/security-content.git else - git clone --branch ${CIRCLE_BRANCH} https://${GITHUB_TOKEN}@github.com/${CIRCLE_PROJECT_REPONAME} + git clone --branch ${CIRCLE_BRANCH} https://${GITHUB_TOKEN}@github.com/splunk/security-content.git fi - run: *apt-install - run: