Remove obsolete comment line

This commit is contained in:
curquiza 2022-12-11 21:44:17 +01:00
parent 796e61ec7e
commit 14824cee86
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# Used in our CIs to publish the latest Docker image.
# Checks if the current tag ($GITHUB_REF) corresponds to the latest release tag on GitHub
# Returns "true" or "false" (as a string) as a string.
# Returns "true" or "false" (as a string).
GITHUB_API='https://api.github.com/repos/meilisearch/meilisearch/releases'
PNAME='meilisearch'