We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e76f4 commit 0c59156Copy full SHA for 0c59156
1 file changed
builder/tests/builderComponent_test.go
@@ -28,7 +28,7 @@ func runDeisBuilderTest(
28
"deis-builder-"+testSessionUID,
29
"-p", servicePort+":22",
30
"-e", "PUBLISH=22",
31
- "-e", "STORAGE_DRIVER=aufs",
+ "-e", "STORAGE_DRIVER=devicemapper",
32
"-e", "HOST="+IPAddress,
33
"-e", "ETCD_PORT="+etcdPort,
34
"-e", "PORT="+servicePort,
0 commit comments