Branch was auto-updated.

This commit is contained in:
github-actions[bot]
2021-07-02 15:37:22 +00:00
committed by GitHub
+5 -5
View File
@@ -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: |