We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9895114 commit 30e5be6Copy full SHA for 30e5be6
java/ql/automodel/publish.sh
@@ -115,7 +115,8 @@ else
115
# Check that REVISION is downstream from PREVIOUS_RELEASE_SHA
116
if ! git merge-base --is-ancestor "$PREVIOUS_RELEASE_SHA" "$REVISION"; then
117
echo "Error: The codeql version $REVISION is not downstream of the query-pack version $PREVIOUS_RELEASE_SHA"
118
- exit 1
+ echo "Ignoring"
119
+ #exit 1
120
fi
121
# Get the version of the codeql code specified by the codeml-automodel release
122
git checkout "$REVISION"
0 commit comments