diff options
Diffstat (limited to 'app/tasks/importtasks.py')
-rw-r--r-- | app/tasks/importtasks.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/tasks/importtasks.py b/app/tasks/importtasks.py index e0b2308..ff085cd 100644 --- a/app/tasks/importtasks.py +++ b/app/tasks/importtasks.py @@ -299,6 +299,8 @@ def makeVCSRelease(id, branch): release.approve(release.package.author) db.session.commit() + updateMetaFromRelease.delay(release.id, destPath) + return release.url finally: shutil.rmtree(gitDir) |