Document that new tag isn't implemented yet

This commit is contained in:
rubenwardy
2020-12-15 22:51:06 +00:00
parent 7be0616d38
commit c5d99e00d8
3 changed files with 12 additions and 1 deletions

View File

@@ -307,6 +307,9 @@ def check_update_config(self, package_id):
config = package.update_config
if config.trigger != PackageUpdateTrigger.COMMIT:
return
err = None
try:
hash = get_commit_hash(package.repo, package.update_config.ref)