mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Remove tty from docker for actions workflow
Hotfix to release to build
This commit is contained in:
parent
c49dd1e9b4
commit
d378285372
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ if [[ "${TYPE}" == "release" ]] || [[ "${TYPE}" == "rc" ]]; then
|
|||
-e "/^boot_domain/c\boot_domain: ${PROD_URL}" \
|
||||
user_overrides.yml
|
||||
docker build -t localbuild -f ${DOCKER_FILE} .
|
||||
docker run --rm -it -v $(pwd):/buildout localbuild
|
||||
docker run --rm -i -v $(pwd):/buildout localbuild
|
||||
fi
|
||||
if [[ "${TYPE}" == "rc" ]]; then
|
||||
sed -i \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue