summaryrefslogtreecommitdiff
path: root/.gitlab/ci/vendored-gems.gitlab-ci.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-20 09:40:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-20 09:40:42 +0000
commitee664acb356f8123f4f6b00b73c1e1cf0866c7fb (patch)
treef8479f94a28f66654c6a4f6fb99bad6b4e86a40e /.gitlab/ci/vendored-gems.gitlab-ci.yml
parent62f7d5c5b69180e82ae8196b7b429eeffc8e7b4f (diff)
downloadgitlab-ce-1bc4c0d9b04ed9b2c5b0874a40a7d430e471e002.tar.gz
Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42
Diffstat (limited to '.gitlab/ci/vendored-gems.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/vendored-gems.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab/ci/vendored-gems.gitlab-ci.yml b/.gitlab/ci/vendored-gems.gitlab-ci.yml
index 577bd37ca9e..a22ac5337f6 100644
--- a/.gitlab/ci/vendored-gems.gitlab-ci.yml
+++ b/.gitlab/ci/vendored-gems.gitlab-ci.yml
@@ -6,6 +6,14 @@ vendor mail-smtp_pool:
include: vendor/gems/mail-smtp_pool/.gitlab-ci.yml
strategy: depend
+vendor attr_encrypted:
+ extends:
+ - .vendor:rules:attr_encrypted
+ needs: []
+ trigger:
+ include: vendor/gems/attr_encrypted/.gitlab-ci.yml
+ strategy: depend
+
vendor microsoft_graph_mailer:
extends:
- .vendor:rules:microsoft_graph_mailer
@@ -54,14 +62,6 @@ vendor omniauth-gitlab:
include: vendor/gems/omniauth-gitlab/.gitlab-ci.yml
strategy: depend
-vendor omniauth-google-oauth2:
- extends:
- - .vendor:rules:omniauth-google-oauth2
- needs: []
- trigger:
- include: vendor/gems/omniauth-google-oauth2/.gitlab-ci.yml
- strategy: depend
-
vendor omniauth-salesforce:
extends:
- .vendor:rules:omniauth-salesforce