Skip to content
代码片段 群组 项目
未验证 提交 c26b6610 编辑于 作者: Andrejs Cunskis's avatar Andrejs Cunskis 提交者: GitLab
浏览文件

Merge branch 'renovate-qa/gdk-qa' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -5,7 +5,7 @@ ENV GITLAB_LICENSE_MODE=test \ ...@@ -5,7 +5,7 @@ ENV GITLAB_LICENSE_MODE=test \
# Clone GDK at specific sha and bootstrap packages # Clone GDK at specific sha and bootstrap packages
# #
ARG GDK_SHA=ba07fa47f98fc8a1e6ef16cdef9dabd7a0d445b0 ARG GDK_SHA=d8359a7b292375586d991e36072c2e3fb2c94d18
RUN set -eux; \ RUN set -eux; \
git clone --depth 1 https://gitlab.com/gitlab-org/gitlab-development-kit.git && cd gitlab-development-kit; \ git clone --depth 1 https://gitlab.com/gitlab-org/gitlab-development-kit.git && cd gitlab-development-kit; \
git fetch --depth 1 origin ${GDK_SHA} && git -c advice.detachedHead=false checkout ${GDK_SHA}; \ git fetch --depth 1 origin ${GDK_SHA} && git -c advice.detachedHead=false checkout ${GDK_SHA}; \
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册