-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workflow:wait reports workflow is still running when it isn't #2521
Comments
I'm currently having the same issue:
It never ends... |
Also having this issue with Terminus 3.5.1 + MacOs + PHP 8.3.8 |
I found a temporary solution on this:
Your process may be completed in way less time by using this step |
In this instance, Terminus will wait until the workflow for the specific commit to finish. Calling workflow:wait at other times or without these options might not produce the desired result. In particular, if you don't pass the start time, |
Hi @greg-1-anderson , thanks for the answer!! 1- Not to be rude or disrespectful but I think the commit param should be marked as required in order for the command work properly |
Platform
(x) MacOS
( ) Linux
( ) WSL2
Installed Via
(x) Homebrew
( ) Apt Package
( ) Manually
PHP Version
( ) 7.4x
( ) 8.0
(x) 8.1
Terminus Version
3.3.0
Command Executed
terminus workflow:wait projectname.dev
Expected behavior
[notice] Workflow succeeded
and the process exiting if there is no workflow running.Actual behavior
terminus workflow:info:status projectname.dev
(note the info below still seems to ignore the .dev environment requested):Note: same behaviour happening in github actions using ubuntu, terminus-build-tools-plugin, and
build:workflow:wait
The text was updated successfully, but these errors were encountered: