FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-udm-rest-api-client/.gitlab-ci.yml at master · univention/python-udm-rest-api-client · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
univention
/
python-udm-rest-api-client
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
1
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
python-udm-rest-api-client
/
.gitlab-ci.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (23 loc) · 682 Bytes
Breadcrumbs
python-udm-rest-api-client
/
.gitlab-ci.yml
Copy path
File metadata and controls
25 lines (23 loc) · 682 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
variables
:
RUN_RENOVATE
:
value
:
"
no
"
options
:
-
"
yes
"
-
"
no
"
description
:
"
Set to yes if you want to run renovate
"
workflow
:
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_OPEN_MERGE_REQUESTS
-
if
:
$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_PROTECTED == "true"
-
if
:
$CI_PIPELINE_SOURCE == "web"
-
if
:
$CI_PIPELINE_SOURCE == "webide"
-
if
:
$RUN_RENOVATE == "yes"
include
:
-
local
:
/.gitlab-ci/gitlab-ci.yml
rules
:
-
if
:
$RUN_RENOVATE != "yes"
-
project
:
univention/infrastructure/docker-services
file
:
-
renovatebot/renovate.gitlab-ci.yml
rules
:
-
if
:
$RUN_RENOVATE == "yes"
Back
|
FazBrowse Home
|
New Git URL