]> git.localhorst.tv Git - blank.git/blobdiff - scripts/docker/exec.bash
git is a "runtime" dependency
[blank.git] / scripts / docker / exec.bash
index 824405970abb10dc462a20db015de1cd430ea61f..3ba2d6f44420e43b0e7b719b2b3953930c3af850 100755 (executable)
@@ -27,4 +27,4 @@ if [[ "$TARGETS" == *codecov* ]]; then
 fi
 
 docker build -t "${image_name}" --pull=true "${image_path}"
-docker run -v "$PWD":/repo ${local_conf} "${image_name}" sh -c "$xvfb_cmd sh -c 'env ; glewinfo | head ; ${build_cmd}'"
+docker run -v "$PWD":/repo ${local_conf} "${image_name}" sh -c "$xvfb_cmd sh -c '${build_cmd}'"