From 468ba219a903a11e600a3d92fc22d33ae33296ea Mon Sep 17 00:00:00 2001 From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:46:52 -0400 Subject: [PATCH] Remove error message recommending to disable fast deploys in GitHub actions (#198) --- src/deploy_pex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/deploy_pex.py b/src/deploy_pex.py index dc0b550..decdf91 100755 --- a/src/deploy_pex.py +++ b/src/deploy_pex.py @@ -46,7 +46,6 @@ def main(): if returncode: print( "::error Title=Deploy failed::Failed to deploy Python Executable. " - "Try disabling fast deploys by setting `ENABLE_FAST_DEPLOYS: 'false'` in your .github/workflows/*yml." ) # TODO: fallback to docker deploy here sys.exit(1)