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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2023-06-26 10:51:47 +0300
committerMarcel Amirault <mamirault@gitlab.com>2023-06-26 10:51:47 +0300
commit60aa3bc65362cc02279337b1bf74bdc50a620a3c (patch)
treef41b75f03050c307daef8d4bb80ce08d2ca57a44 /.gitlab
parent0d8d28a3f13780e71547250510198c6f134fb71b (diff)
parente149cc7aa1bfd86f997c89242b96006d954fb99d (diff)
Merge branch 'axil-no-compress' into 'main'fneill-remove-examples-page-from-nav
Do not compress images when creating Docker stable images See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3990 Merged-by: Marcel Amirault <mamirault@gitlab.com> Approved-by: Marcel Amirault <mamirault@gitlab.com> Co-authored-by: Achilleas Pipinellis <axil@gitlab.com>
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/docker-images.gitlab-ci.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitlab/ci/docker-images.gitlab-ci.yml b/.gitlab/ci/docker-images.gitlab-ci.yml
index 26ea1325..61c546b8 100644
--- a/.gitlab/ci/docker-images.gitlab-ci.yml
+++ b/.gitlab/ci/docker-images.gitlab-ci.yml
@@ -188,9 +188,6 @@ test:image:docs-single:
NANOC_ENV: test
needs: []
script:
- - apk add --no-cache -U git
- - git fetch --all
- - git checkout -b $GITLAB_VERSION origin/$GITLAB_VERSION
- docker build
--build-arg NANOC_ENV=${NANOC_ENV}
--build-arg VER=${GITLAB_VERSION}
@@ -244,9 +241,7 @@ test:image:docs-single-lunrjs:
NANOC_ENV: test
needs: []
script:
- - apk add --no-cache -U make bash git
- - git fetch --all
- - git checkout -b $GITLAB_VERSION origin/$GITLAB_VERSION
+ - apk add make bash
- docker build
--build-arg NANOC_ENV=${NANOC_ENV}
--build-arg VER=${GITLAB_VERSION}