Nope, that didn't work

This commit is contained in:
David Dorsey
2019-10-29 22:51:54 -07:00
parent 6c28c037c5
commit 4e120eea46
+4 -4
View File
@@ -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: