We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f3ef4 commit f648604Copy full SHA for f648604
tasks/git.py
@@ -1,7 +1,8 @@
1
from invoke import task
2
3
-from faasmtools.env import get_version, PROJ_ROOT
+from faasmtools.env import get_version
4
from faasmtools.git import tag_project
5
+from tasks.env import PROJ_ROOT
6
7
8
@task
0 commit comments