Skip to content

Commit 2f04e31

Browse files
committed
make echo actually show information
1 parent 94b1b05 commit 2f04e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipeline

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ pipeline {
4343
/usr/bin/git fetch --no-tags --progress https://github.com/hubblestack/hubble.git +refs/heads/develop:refs/remotes/origin/develop
4444
echo git branch -vva
4545
git branch -vva
46-
echo "LHS=$LHS RHS=$RHS"
4746
LHS="origin/${CHANGE_TARGET:-develop}"
4847
RHS="${BRANCH_NAME:+origin/}${BRANCH_NAME:-HEAD}"
48+
echo "LHS=$LHS RHS=$RHS"
4949
if [[ $(git show -s --format='%s%n%b' "${LHS}..${RHS}") =~ LINT-FULL ]]
5050
then find hubblestack -name "*.py"
5151
else find hubblestack -name "*.py" -print0 | xargs -r0 git diff --name-only "$LHS" "$RHS"

0 commit comments

Comments
 (0)