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-10-28 03:12:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-28 03:12:14 +0300
commita488d0c499d9544ccf0c886e21c44ff6c6440730 (patch)
tree2d4ad35aa2b0a16e47c1483c7696103a9468715c /qa
parentf3d0329fcb9c703757c4859b12d19c5c3fe42c40 (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 4497f77f98f..18ff8dfd0c0 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=d843a4d237bbb9c2f04d2cbddc89fd6dadeb86cf
+ARG GDK_SHA=198715217bee1db3cc60e0ecb47b48b79fb7005c
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}; \