Fix postBuild to work properly

pull/206/head
yuvipanda 2018-02-01 02:10:30 -08:00
rodzic 66ec915a23
commit efe14e7580
2 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -417,8 +417,7 @@ class BaseImage(BuildPack):
def detect(self):
return True
@default('assemble_scripts')
def setup_assembly(self):
def get_assemble_scripts(self):
assemble_scripts = []
try:
with open(self.binder_path('apt.txt')) as f:

Wyświetl plik

@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -exuo pipefail
which gfortran
which unp
which byacc