From ba2a38ec575174e490fd3498544f6a54cfb4e687 Mon Sep 17 00:00:00 2001 From: Maxime Armstrong Date: Mon, 23 Sep 2024 16:14:26 -0400 Subject: [PATCH] Remove error message recommending to disable fast deploys in GitHub actions --- 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)