From 6826f5b20fcef5c3bf04a3903f9c86bba8c08610 Mon Sep 17 00:00:00 2001 From: divious1 Date: Fri, 2 Jul 2021 11:32:22 -0400 Subject: [PATCH] fixing issue with wrong position of cti repo clone, causes doc_gen to blow up --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7fde44e68c..ef939f11c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -270,6 +270,11 @@ jobs: virtualenv --python=/usr/bin/python3 --clear venv source venv/bin/activate pip install -q -r requirements.txt + - run: + name: get cti repo for mitre context + command: | + cd security-content + git clone https://github.com/mitre/cti.git - run: name: run doc-gen command: | @@ -282,11 +287,6 @@ jobs: cd security-content source venv/bin/activate python bin/pretty_yaml.py --path . -v - - run: - name: get cti repo for mitre context - command: | - cd security-content - git clone https://github.com/mitre/cti.git - run: name: run generate-actors-map command: |