Skip to content

Commit f77e87e

Browse files
committed
added fetch before diff #21
1 parent 58e0b40 commit f77e87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pipeline {
2828
timeout(time: 5, unit: 'MINUTES')
2929
{
3030
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 "black $(< /root/code-quality/change-set.txt)" precise-test:${BRANCH_ALIAS} --check'
31+
sh 'docker run -v $HOME/code-quality/:/root/code-quality --entrypoint "cat /root/code-quality/change-set.txt | xargs black" precise-test:${BRANCH_ALIAS} --check'
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)