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-15 15:10:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-15 15:10:13 +0300
commita19ad7fa983054d09b35c5fe0bdf853acc55a1bc (patch)
treeef738162fc764760efd75d03b6d1014490b09f14 /qa
parent6fe7ad3526d2b84160129f4989e8f9ebfe8ef6b7 (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 34f2673dbf1..61f682e6399 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=a9866e456270dd01dd3bf586bf9aaf0d15957992
+ARG GDK_SHA=768deeebc94e37ba103dfec8102e794ba0f22c4e
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}; \