temp comment for testing

This commit is contained in:
Ian Wright
2024-01-09 15:30:32 +00:00
parent 0f76fbad36
commit 9895114e05

View File

@@ -92,7 +92,8 @@ if [ $OVERRIDE_RELEASE = 1 ]; then
# Check that the current HEAD is downstream from PREVIOUS_RELEASE_SHA
if ! git merge-base --is-ancestor "$PREVIOUS_RELEASE_SHA" "$CURRENT_SHA"; then
echo "Error: The current HEAD is not downstream from the previous release"
exit 1
echo "Ignoring"
#exit 1
fi
else
# Get the latest release of codeml-automodel