Skip to content
Snippets Groups Projects
Commit 3a221788 authored by Michael Youngstrom's avatar Michael Youngstrom
Browse files

include origin for target_branch in diff quality

parent f8dc051c
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,7 @@ echo "Running diff quality."
mkdir -p test_root/log/
LOG_PREFIX=test_root/log/run_quality
if [[ $TARGET_BRANCH != origin/* ]]; then
TARGET_BRANCH=origin/$TARGET_BRANCH
fi
paver run_quality -b $TARGET_BRANCH -p 100 -l $LOWER_PYLINT_THRESHOLD:$UPPER_PYLINT_THRESHOLD 2> $LOG_PREFIX.err.log > $LOG_PREFIX.out.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment