projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb40c0a
)
gitlab-ci: Set GIT_STRATEGY to none for the dummy job
author
Michel Dänzer
<mdaenzer@redhat.com>
Mon, 20 Jan 2020 17:34:34 +0000
(18:34 +0100)
committer
Marge Bot
<eric+marge@anholt.net>
Wed, 22 Jan 2020 16:42:11 +0000
(16:42 +0000)
It doesn't need anything from the Git repository.
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3474>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index cd53f02cbe0a4aa5de90f34627a3017ca0003777..46cacb60e39bb496217c0bc84ed6039bd00d5282 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-65,6
+65,8
@@
success:
except:
changes:
*paths
+ variables:
+ GIT_STRATEGY: none
script:
- echo "Dummy job to make sure every merge request pipeline runs at least one job"