Skip to content
Snippets Groups Projects
Commit ba3067db authored by Evili del Rio i Silvan's avatar Evili del Rio i Silvan
Browse files

Use btrfs as DOCKER_DRIVER. overlay is specific to xfs.

parent ccdce88b
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ build: ...@@ -72,7 +72,7 @@ build:
services: services:
- docker:stable-dind - docker:stable-dind
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: btrfs
script: script:
- printenv - printenv
- set -x - set -x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment