Skip to content

Commit

Permalink
Restore registration as taskcluster, was a total accident
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Jun 21, 2020
1 parent 7a65541 commit ce01d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/taskcluster/mock.py
Expand Up @@ -38,6 +38,7 @@ def findTask(self, path):
stringDate = str
slugId = b"<new id>".lower
sys.exit = Queue = fromNow = MagicMock()
sys.modules["taskcluster"] = sys.modules[__name__]
sys.dont_write_bytecode = True
os.environ.update(**{k: k for k in "TASK_ID TASK_OWNER TASK_SOURCE GIT_URL GIT_SHA".split()})
os.environ["GIT_REF"] = "refs/heads/auto"
Expand Down

0 comments on commit ce01d42

Please sign in to comment.