mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 18:40:28 +01:00
gitlab ci: use GIT_DEPTH of 1
We don't need the full repo Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
870ddce9e4
commit
334b625300
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ variables:
|
|||
# When using docker-in-docker (dind), it's wise to use the overlayfs driver
|
||||
# for improved performance.
|
||||
DOCKER_DRIVER: overlay2
|
||||
GIT_DEPTH: 1
|
||||
|
||||
.default_artifacts: &default_artifacts
|
||||
artifacts:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue