rebuild
parent
fe6d391d57
commit
5a20409250
|
@ -220,7 +220,7 @@ const Docker = {
|
|||
${useHostNetwork ? '--net=host' : ''} \
|
||||
${githubToken ? '--env USE_EXIT_CODE=false' : '--env USE_EXIT_CODE=true'} \
|
||||
${image} \
|
||||
--
|
||||
-- \
|
||||
/usr/bin/bash /entrypoint.sh`;
|
||||
yield (0, exec_1.exec)(command, undefined, { silent });
|
||||
});
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue