From 5a8077de3174d337ae1739bf55c5bfb16a9a2144 Mon Sep 17 00:00:00 2001 From: Dmytro Makovey Date: Tue, 12 Nov 2024 18:43:06 +0000 Subject: [PATCH] force-running pipeline --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7522860b1..7506bd290b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,8 @@ # `.buildpacks` that contains the URLs, one on each line, in order. # Note: Auto CI does not work with multiple buildpacks yet +# bump pipeline + default: image: registry.gitlab.com/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-slim-ruby-${RUBY_VERSION}:kubectl-1.30-helm-3.10-helm_kubeconform-0.1.17-vcluster-0.19-awscli-1.32.93 -- GitLab