mirror of https://github.com/docker/compose.git
Add sanity check to linux build script
This commit is contained in:
parent
d600b3498b
commit
580affa5f3
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -ex
|
||||
mkdir -p `pwd`/dist
|
||||
chmod 777 `pwd`/dist
|
||||
docker build -t fig .
|
||||
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig
|
||||
docker run -v `pwd`/dist:/code/dist fig dist/fig --version
|
||||
|
|
Loading…
Reference in New Issue