fix: ...
This commit is contained in:
@@ -178,6 +178,9 @@ make_ocs_bin()
|
|||||||
|
|
||||||
make_cook_ocs_bin_in_ub12()
|
make_cook_ocs_bin_in_ub12()
|
||||||
{
|
{
|
||||||
|
if [ "$(docker ps -a -f name=ubuntu12-dev -f status=exited -q)" ]; then
|
||||||
|
docker start ubuntu12-dev
|
||||||
|
fi
|
||||||
docker exec -it ubuntu12-dev /bin/bash -c "cd ~/ocs.git/build/bin && ./build.sh ocs -t cook"
|
docker exec -it ubuntu12-dev /bin/bash -c "cd ~/ocs.git/build/bin && ./build.sh ocs -t cook"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user