Skip to content

Commit 756eb8e

Browse files
committed
ci-build.sh: fix 'proposed change' flow direction
1 parent 49845be commit 756eb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ EOL
172172
esac
173173
if [ "$BUILD_BASE_REF" -o "$BUILD_HEAD_REF" ]
174174
then
175-
echo "No deploy -- proposed change: $BUILD_BASE_REF -> $BUILD_HEAD_REF"
175+
echo "No deploy -- proposed change: $BUILD_HEAD_REF -> $BUILD_BASE_REF"
176176
else
177177
deployOK=1
178178
fi

0 commit comments

Comments
 (0)