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
There is no output printed on the log and no error. It just gets blocked forever. And then, eventually, it timeouts (because Gitlab would not let you run a pipeline forever).
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I created this simple project in Gitlab:
https://gitlab.com/PequeX/deleteme
With a Pipfile that installs only a couple of packages:
And a very simple
.gitlab-ci.yml
file:There is also the autogenerated Pipfile.lock file. Which I will not paste here as it is not very interesting.
Now, the problem is Gitlab seems to get blocked when calling
pipenv sync
:https://gitlab.com/PequeX/deleteme/-/jobs/171273142
There is no output printed on the log and no error. It just gets blocked forever. And then, eventually, it timeouts (because Gitlab would not let you run a pipeline forever).
The text was updated successfully, but these errors were encountered: