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 0f76fba commit 9895114Copy full SHA for 9895114
java/ql/automodel/publish.sh
@@ -92,7 +92,8 @@ if [ $OVERRIDE_RELEASE = 1 ]; then
92
# Check that the current HEAD is downstream from PREVIOUS_RELEASE_SHA
93
if ! git merge-base --is-ancestor "$PREVIOUS_RELEASE_SHA" "$CURRENT_SHA"; then
94
echo "Error: The current HEAD is not downstream from the previous release"
95
- exit 1
+ echo "Ignoring"
96
+ #exit 1
97
fi
98
else
99
# Get the latest release of codeml-automodel
0 commit comments