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

vendored-gems.gitlab-ci.yml « ci « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4408a6e4624a53abaa80a5164985abccc975c1c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
vendor mail-smtp_pool:
  extends:
    - .vendor:rules:mail-smtp_pool
  needs: []
  trigger:
    include: vendor/gems/mail-smtp_pool/.gitlab-ci.yml
    strategy: depend

vendor ipynbdiff:
  extends:
    - .vendor:rules:ipynbdiff
  needs: []
  trigger:
    include: vendor/gems/ipynbdiff/.gitlab-ci.yml
    strategy: depend

vendor omniauth-azure-oauth2:
  extends:
    - .vendor:rules:omniauth-azure-oauth2
  needs: []
  trigger:
    include: vendor/gems/omniauth-azure-oauth2/.gitlab-ci.yml
    strategy: depend

vendor omniauth-cas3:
  extends:
    - .vendor:rules:omniauth-cas3
  needs: []
  trigger:
    include: vendor/gems/omniauth-cas3/.gitlab-ci.yml
    strategy: depend

vendor omniauth_crowd:
  extends:
    - .vendor:rules:omniauth_crowd
  needs: []
  trigger:
    include: vendor/gems/omniauth_crowd/.gitlab-ci.yml
    strategy: depend

vendor omniauth-gitlab:
  extends:
    - .vendor:rules:omniauth-gitlab
  needs: []
  trigger:
    include: vendor/gems/omniauth-gitlab/.gitlab-ci.yml
    strategy: depend

vendor devise-pbkdf2-encryptable:
  extends:
    - .vendor:rules:devise-pbkdf2-encryptable
  needs: []
  trigger:
    include: vendor/gems/devise-pbkdf2-encryptable/.gitlab-ci.yml
    strategy: depend