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/gdk
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-12 15:11:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-12 15:11:02 +0300
commit3d6dddf134ebb82f2a9894cad738c84ff9d6e723 (patch)
tree64e9b716ec79c086c10ef88f36daac05abb75437 /qa/gdk
parent447c1bba679be70f9c311326ca03923c6988f127 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/gdk')
-rw-r--r--qa/gdk/Dockerfile.gdk7
1 files changed, 0 insertions, 7 deletions
diff --git a/qa/gdk/Dockerfile.gdk b/qa/gdk/Dockerfile.gdk
index 2b296535622..51e058a7088 100644
--- a/qa/gdk/Dockerfile.gdk
+++ b/qa/gdk/Dockerfile.gdk
@@ -88,13 +88,6 @@ RUN set -eux; \
rm -rf ${GEM_HOME}/cache \
&& go clean -cache
-# Build metrics-exporter
-#
-COPY --chown=gdk:gdk GITLAB_METRICS_EXPORTER_VERSION ./gitlab/
-RUN set -eux; \
- make gitlab-metrics-exporter-setup; \
- go clean -cache
-
# Install gitlab gem dependencies
#
COPY --chown=gdk:gdk Gemfile Gemfile.lock ./gitlab/