Skip to content

Commit

Permalink
added fetch before diff #25
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisveilleux committed Apr 14, 2020
1 parent f6a76c8 commit 1303fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
timeout(time: 5, unit: 'MINUTES')
{
sh 'docker run -v $HOME/code-quality/:/root/code-quality --entrypoint ls precise-test:${BRANCH_ALIAS} -la /root/code-quality/'
sh 'docker run -v $HOME/code-quality/:/root/code-quality --entrypoint /bin/bash precise-test:${BRANCH_ALIAS} -x -c "cat /root/code-quality/change-set.txt | xargs black --check"'
sh 'docker run -v $HOME/code-quality/:/root/code-quality --entrypoint /bin/bash precise-test:${BRANCH_ALIAS} -x -c "grep -F .py /root/code-quality/change-set.txt | xargs black --check"'
}
}
}
Expand Down

0 comments on commit 1303fd7

Please sign in to comment.