Fix failing Julia test

pull/206/head
yuvipanda 2018-02-01 02:13:19 -08:00
rodzic 95c0170196
commit bcf3aedce2
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -410,9 +410,10 @@ class BaseImage(BuildPack):
name = "repo2docker"
version = "0.1"
env = [
("APP_BASE", "/srv")
]
def get_env(self):
return [
("APP_BASE", "/srv")
]
def detect(self):
return True