mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-29 01:53:54 +03:00
devops: fix docker script to work on GHA (#16522)
GHA doesn't have interactive terminal to attach.
This commit is contained in:
parent
1bc6669467
commit
b6f044d42b
@ -80,7 +80,7 @@ elif [[ "$2" == "test" ]]; then
|
||||
./browser_patches/${BROWSER_NAME}/archive.sh $PWD/archive.zip
|
||||
'
|
||||
elif [[ "$2" == "compile" ]]; then
|
||||
docker run --rm ${DOCKER_ARGS} --init --name "${DOCKER_CONTAINER_NAME}" --platform "${DOCKER_PLATFORM}" -it "${DOCKER_IMAGE_NAME}" /bin/bash -c '
|
||||
docker run --rm ${DOCKER_ARGS} --init --name "${DOCKER_CONTAINER_NAME}" --platform "${DOCKER_PLATFORM}" -t "${DOCKER_IMAGE_NAME}" /bin/bash -c '
|
||||
./browser_patches/checkout_build_archive_upload.sh "${BUILD_FLAVOR}"
|
||||
'
|
||||
elif [[ "$2" == "enter" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user