Skip to content

Commit 30e5be6

Browse files
committed
temp comment for testing
1 parent 9895114 commit 30e5be6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/ql/automodel/publish.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ else
115115
# Check that REVISION is downstream from PREVIOUS_RELEASE_SHA
116116
if ! git merge-base --is-ancestor "$PREVIOUS_RELEASE_SHA" "$REVISION"; then
117117
echo "Error: The codeql version $REVISION is not downstream of the query-pack version $PREVIOUS_RELEASE_SHA"
118-
exit 1
118+
echo "Ignoring"
119+
#exit 1
119120
fi
120121
# Get the version of the codeql code specified by the codeml-automodel release
121122
git checkout "$REVISION"

0 commit comments

Comments
 (0)