Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alp Deniz Ogut
Pod
Commits
ba23ee23
Unverified
Commit
ba23ee23
authored
4 years ago
by
Vasili Novikov
Browse files
Options
Download
Email Patches
Plain Diff
WIP limit CI scope
parent
7d169fcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
.gitlab-ci.yml
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
+
4
-
2
View file @
ba23ee23
...
...
@@ -26,7 +26,7 @@ branch executable:
-
target/release/pod
expire_in
:
3 months
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
!=
"
branches
"'
-
if
:
'
$CI_PIPELINE_SOURCE
!=
"
push
"'
when
:
never
-
if
:
'
$CI_COMMIT_BRANCH
!=
"dev"'
...
...
@@ -39,7 +39,7 @@ dev executable:
-
target/release/pod
expire_in
:
1 year
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
!=
"
branches
"'
-
if
:
'
$CI_PIPELINE_SOURCE
!=
"
push
"'
when
:
never
-
if
:
'
$CI_COMMIT_BRANCH
==
"dev"'
...
...
@@ -55,4 +55,6 @@ pages:
paths
:
-
public
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
!=
"push"'
when
:
never
-
if
:
'
$CI_COMMIT_BRANCH
==
"dev"'
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets