Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-23 18:14:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-23 18:14:32 +0300
commita047375711192f9c872fc38efbb0c340ada29a7d (patch)
tree93a20bd4df88d50cce83970996b2f99c1f2de7d5 /qa
parent1999d6ec4d351c3d0f20a48730fa964a0d659480 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/gdk/Dockerfile.gdk2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/gdk/Dockerfile.gdk b/qa/gdk/Dockerfile.gdk
index b4632a8a9f7..b3443049875 100644
--- a/qa/gdk/Dockerfile.gdk
+++ b/qa/gdk/Dockerfile.gdk
@@ -5,7 +5,7 @@ ENV GITLAB_LICENSE_MODE=test \
# Clone GDK at specific sha and bootstrap packages
#
-ARG GDK_SHA=d8359a7b292375586d991e36072c2e3fb2c94d18
+ARG GDK_SHA=221d3cc81d3ffc17beb178fd5021cd0d93ca55b6
RUN set -eux; \
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}; \