Skip to content

Commit

Permalink
Remove the base image CI check.
Browse files Browse the repository at this point in the history
This is now covered by Dependabot so a manual check is not needed.
  • Loading branch information
SadieCat committed May 29, 2023
1 parent fe5c1c4 commit 51e3cf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion tests/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ command_exists jq
if version_ge "$INSP_VERSION" "$(github_latest_release "inspircd/inspircd")"; then
echo "InspIRCd version ($INSP_VERSION) is up to date! Test successful."
else
echo >&2 "A newer base image is available! Please update. New version is $(github_latest_release "inspircd/inspircd")"
echo >&2 "A newer InspIRCd release is available! Please update. New version is $(github_latest_release "inspircd/inspircd")"
exit 1
fi
44 changes: 0 additions & 44 deletions tests/version.sh

This file was deleted.

0 comments on commit 51e3cf4

Please sign in to comment.