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:
authorEvan Read <eread@gitlab.com>2023-11-06 06:49:55 +0300
committerEvan Read <eread@gitlab.com>2023-11-06 06:50:47 +0300
commit9bceb2633a46a276056365a0bb3c196716aa6460 (patch)
tree3b0ba4e2e61665861b73e7d6a1963660eb156040 /.gitlab
parent273717e94a863fc7edb111351e927082f9cbe80d (diff)
Remove duplicate 'needs' key from pipeline configuration
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/docker-images.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab/ci/docker-images.gitlab-ci.yml b/.gitlab/ci/docker-images.gitlab-ci.yml
index d6f765a1..40f2a9f5 100644
--- a/.gitlab/ci/docker-images.gitlab-ci.yml
+++ b/.gitlab/ci/docker-images.gitlab-ci.yml
@@ -307,7 +307,6 @@ image:docs-archives:
variables:
IMAGE_NAME: $CI_REGISTRY_IMAGE/archives:all
DOCKERFILE: dockerfiles/archives.Dockerfile
- needs: []
script:
- docker buildx build -t $IMAGE_NAME -f $DOCKERFILE . --push