Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ubuntu_20_04
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
HZB
EPICS
base
ubuntu_20_04
Commits
8e86a965
Commit
8e86a965
authored
1 year ago
by
(INACTIVE) Marcel Bajdel (new marcel.bajdel)
Browse files
Options
Downloads
Patches
Plain Diff
Getting rid of trigger
parent
1b43076d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!22
Release
,
!21
Docker image branch
,
!19
Docker image branch
,
!18
Docker image branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-15
0 additions, 15 deletions
.gitlab-ci.yml
with
0 additions
and
15 deletions
.gitlab-ci.yml
+
0
−
15
View file @
8e86a965
...
...
@@ -7,7 +7,6 @@ stages:
-
test_latest
# tests when the image with tag latest is pushed
-
build_tag
# builds when the tag is pushed
-
test_tag
# tests when the tag is pushed
-
trigger_pipeline
# Triggering other pipeline
build_branch
:
# Creating tarball for the each branch in the repository
stage
:
build_branch
...
...
@@ -176,18 +175,4 @@ test_tag: # This test will run only for tags
paths
:
-
test_tag.log
trigger_pipeline
:
stage
:
trigger_pipeline
script
:
-
apt-get update -qy
-
apt-get install -y curl
-
'
curl
--request
POST
--form
token=glptt-eb00396b920d3a6043997b78714990b1fa0063ea
--form
ref=pipeline_branch
https://codebase.helmholtz.cloud/api/v4/projects/9922/trigger/pipeline'
rules
:
-
if
:
'
$CI_MERGE_REQUEST_TARGET_BRANCH_NAME
==
"develop"
||
$CI_COMMIT_BRANCH
==
"main"'
when
:
always
-
if
:
'
$CI_MERGE_REQUEST_TARGET_BRANCH_NAME
==
"main"
||
$CI_MERGE_REQUEST_TARGET_BRANCH_NAME
==
"release"'
when
:
never
-
changes
:
-
README.md
when
:
never
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment