You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the workflow URL to include the job ID by using context.job.id
Improved the deployment timeout handling:
Wrapped ps:wait in bash -c to ensure proper signal handling
Added more detailed error output including the deployment output
Fixed variable expansion for WAIT_TIMEOUT
Added exit code to error message for better debugging
Added deployment output to error messages to help diagnose issues
The workflow URL will now correctly point to the specific job, and we should get better error messages if the deployment fails or times out.
0 commit comments