Skip to content

Commit

Permalink
No gowork [skip cancel]
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 committed Nov 18, 2024
1 parent d88aff1 commit 3a26127
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Invoke entrypoint, import here all the tasks we want to make available
"""

import os

from invoke import Collection, Task

from tasks import (
Expand Down Expand Up @@ -222,4 +224,4 @@
)

# disable go workspaces by default
# handle_go_work()
os.environ["GOWORK"] = "off"

0 comments on commit 3a26127

Please sign in to comment.