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
Deleting a project in Gitlab is an async method.
By blocking until the project does not exist anymore, we
do not lie to the terraform end user about the status of a
deleted project.
As a side effet it fixes the acceptances tests.
Signed-off-by: Julien Pivotto <[email protected]>
0 commit comments