We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b1b05 commit 2f04e31Copy full SHA for 2f04e31
.pipeline
@@ -43,9 +43,9 @@ pipeline {
43
/usr/bin/git fetch --no-tags --progress https://github.com/hubblestack/hubble.git +refs/heads/develop:refs/remotes/origin/develop
44
echo git branch -vva
45
git branch -vva
46
- echo "LHS=$LHS RHS=$RHS"
47
LHS="origin/${CHANGE_TARGET:-develop}"
48
RHS="${BRANCH_NAME:+origin/}${BRANCH_NAME:-HEAD}"
+ echo "LHS=$LHS RHS=$RHS"
49
if [[ $(git show -s --format='%s%n%b' "${LHS}..${RHS}") =~ LINT-FULL ]]
50
then find hubblestack -name "*.py"
51
else find hubblestack -name "*.py" -print0 | xargs -r0 git diff --name-only "$LHS" "$RHS"
0 commit comments