gitlab CI docker 2 分钟后停止
gitlab CI docker stalls after 2min
gitlab CI docker 2 分钟后停止
轻微的代码更改和跨不同存储库的相同错误。 Ci/CD 曾经处理过这些存储库?
...
Step 4/11 : RUN yarn install
---> Using cache
---> c75197e0dbaa
Step 5/11 : COPY babel.config.js babel.config.js
---> Using cache
---> 482b1ff64322
Step 6/11 : COPY src src
---> d530de056b88
Step 7/11 : RUN mkdir locales
---> Running in f7885ea9a3c3
...
Link 到 GL 问题
https://gitlab.com/gitlab-com/support-forum/issues/5202
这是 gitlab 上的一个已知问题。如下更改 dind 服务。那应该可以解决您的问题。
services:
- docker:19.03.5-dind
gitlab CI docker 2 分钟后停止
轻微的代码更改和跨不同存储库的相同错误。 Ci/CD 曾经处理过这些存储库?
...
Step 4/11 : RUN yarn install
---> Using cache
---> c75197e0dbaa
Step 5/11 : COPY babel.config.js babel.config.js
---> Using cache
---> 482b1ff64322
Step 6/11 : COPY src src
---> d530de056b88
Step 7/11 : RUN mkdir locales
---> Running in f7885ea9a3c3
...
Link 到 GL 问题 https://gitlab.com/gitlab-com/support-forum/issues/5202
这是 gitlab 上的一个已知问题。如下更改 dind 服务。那应该可以解决您的问题。
services:
- docker:19.03.5-dind