Skip to content

Commit

Permalink
Remove error message recommending to disable fast deploys in GitHub a…
Browse files Browse the repository at this point in the history
…ctions (#198)
  • Loading branch information
maximearmstrong authored Sep 24, 2024
1 parent 37fc919 commit 468ba21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/deploy_pex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 468ba21

Please sign in to comment.