Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mehulkumar Shiroya
cbmroot
Commits
95d79fc3
Commit
95d79fc3
authored
Jun 25, 2021
by
Administrator
Browse files
Fix merge pipeline
This pipline only runs when merging a merge request.
parent
c62171f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
.gitlab-ci.yml
.gitlab-ci.yml
+5
-3
No files found.
.gitlab-ci.yml
View file @
95d79fc3
...
...
@@ -136,9 +136,11 @@ FileEndCheck:
.build_and_test
:
&build_and_test
before_script
:
-
if [ "$CI_MERGE_REQUEST_PROJECT_PATH" != "computing/cbmroot" ]; then
-
echo "Should not come here"
-
env
-
exit
1
-
if [ "$CI_PROJECT_PATH" != "computing/cbmroot" ]; then
-
echo "Should not come here"
-
env
-
exit
1
-
fi
-
fi
script
:
-
echo "export LINUX_FLAVOUR=$OS" >> Dart.cfg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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