mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
improvements
This commit is contained in:
@@ -460,9 +460,9 @@ jobs:
|
||||
source venv/bin/activate
|
||||
pip install -q -r requirements.txt
|
||||
if [[ ! -z "${CIRCLE_PULL_REQUEST}" && ! -z "${CIRCLE_PR_NUMBER}" ]]; then
|
||||
python main.py -b ${CIRCLE_BRANCH}
|
||||
else
|
||||
python main.py -b ${CIRCLE_BRANCH} -pr ${CIRCLE_PR_NUMBER}
|
||||
else
|
||||
python main.py -b ${CIRCLE_BRANCH}
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user