We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a76c8 commit 1303fd7Copy full SHA for 1303fd7
Jenkinsfile
@@ -28,7 +28,7 @@ pipeline {
28
timeout(time: 5, unit: 'MINUTES')
29
{
30
sh 'docker run -v $HOME/code-quality/:/root/code-quality --entrypoint ls precise-test:${BRANCH_ALIAS} -la /root/code-quality/'
31
- 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"'
32
}
33
34
0 commit comments