Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Merge requests
!18
Re-factor repository workflow
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Re-factor repository workflow
13-re-factor-repository-workflow
into
master
Overview
0
Commits
34
Pipelines
0
Changes
1
Merged
Sylvester Joosten
requested to merge
13-re-factor-repository-workflow
into
master
4 years ago
Overview
0
Commits
34
Pipelines
0
Changes
1
Expand
Addresses
#13 (closed)
Edited
4 years ago
by
Whitney Armstrong
0
0
Merge request reports
Viewing commit
171b4945
Prev
Next
Show latest version
1 file
+
0
−
9
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
171b4945
Debug CI
· 171b4945
Sylvester Joosten
authored
4 years ago
.gitlab-ci.yml
+
0
−
9
Options
@@ -74,15 +74,6 @@ run:default:
@@ -74,15 +74,6 @@ run:default:
## Dispatch if we ran the previous stage
## Dispatch if we ran the previous stage
dummy
:
dummy
:
stage
:
trigger
stage
:
trigger
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
when
:
on_success
-
if
:
'
$CI_COMMIT_BRANCH
=~
/^v[0-9]+\.[0-9]-stable/'
when
:
on_success
-
if
:
'
$CI_COMMIT_TAG
=~
/^v[0-9]+\.[0-9]+\.[0-9]+/'
when
:
on_success
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
on_success
trigger
:
trigger
:
include
:
ci/test.yml
include
:
ci/test.yml
Loading