Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
manifest
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
SECO Northern Europe
Yocto
manifest
Commits
d6811403
Commit
d6811403
authored
3 years ago
by
Tim Jaacks
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci: fix master pipeline
parent
bd166fa2
No related branches found
No related tags found
1 merge request
!452
gitlab-ci: fix master pipeline
Pipeline
#8013
passed with stages
in 21 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
d6811403
...
@@ -172,14 +172,14 @@ build:merge_request:
...
@@ -172,14 +172,14 @@ build:merge_request:
.gitlab-ci/mirror_pipeline_result.py
.gitlab-ci/mirror_pipeline_result.py
--gitlab-url=${CI_SERVER_URL}
--gitlab-url=${CI_SERVER_URL}
--token=${GITBOT_TOKEN}
--token=${GITBOT_TOKEN}
--project=${CI_PROJECT_
NAME
}
--project=${CI_PROJECT_
PATH
}
--pipeline=${MR_PIPELINE}
--pipeline=${MR_PIPELINE}
# If no pipeline found, trigger a new one on the master
# If no pipeline found, trigger a new one on the master
-
else
-
else
.gitlab-ci/trigger_pipeline.py
.gitlab-ci/trigger_pipeline.py
--gitlab-url=${CI_SERVER_URL}
--gitlab-url=${CI_SERVER_URL}
--token=${GITBOT_TOKEN}
--token=${GITBOT_TOKEN}
--project=${CI_PROJECT_
NAME
}
--project=${CI_PROJECT_
PATH
}
--ref=${MASTER_BRANCH}
--ref=${MASTER_BRANCH}
-
fi
-
fi
...
...
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