Skip to content

Commit

Permalink
Add newly added variable to bypass bypasser
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed May 25, 2024
1 parent f33f58c commit 66733fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dead_hosts/launcher/orchestration.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ def run_platform_worker(self):

logging.info("Starting PyFunceble %r ...", PyFunceble.__version__)

EnvironmentVariableHelper("PYFUNCEBLE_BYPASS_BYPASS").set_value("True")

Command("pyfunceble platform").run_to_stdout()

if not dead_hosts.launcher.defaults.envs.GITHUB_TOKEN:
Expand Down

0 comments on commit 66733fd

Please sign in to comment.