summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-01-20 13:26:51 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-01-20 13:26:51 +1000
commit8b52baa646ed6dfbe86d210cf5cda9dc11892132 (patch)
tree31d1aaac4d95ba6722a3c6c6cb5773cedbf88d52 /.gitlab-ci.yml
parent61abd213886243260d8ddeb14d66c9d99b1bdf1e (diff)
downloadxkeyboard-config-8b52baa646ed6dfbe86d210cf5cda9dc11892132.tar.gz
gitlab CI: the check MR job does not need previous artifacts
The keymap test produces a massive file, we don't need to pass this around to later stages. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ef2fe2..688d518 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -95,6 +95,7 @@ check-merge-request:
reports:
junit: results.xml
allow_failure: true
+ dependencies: []
make_install:
extends: .default_build