chore: fix publish_docker.sh (#14851)
Started failing a few days ago (https://github.com/microsoft/playwright/runs/6871909784?check_suite_focus=true) with: ``` ./utils/docker/publish_docker.sh: line 82: syntax error near unexpected token `else' ```
This commit is contained in:
parent
48f98673ef
commit
b76d3f2b40
|
|
@ -78,7 +78,6 @@ publish_docker_images_with_arch_suffix() {
|
||||||
TAGS=("${FOCAL_TAGS[@]}")
|
TAGS=("${FOCAL_TAGS[@]}")
|
||||||
elif [[ "$FLAVOR" == "jammy" ]]; then
|
elif [[ "$FLAVOR" == "jammy" ]]; then
|
||||||
TAGS=("${JAMMY_TAGS[@]}")
|
TAGS=("${JAMMY_TAGS[@]}")
|
||||||
else
|
|
||||||
else
|
else
|
||||||
echo "ERROR: unknown flavor - $FLAVOR. Must be either 'bionic' or 'focal'"
|
echo "ERROR: unknown flavor - $FLAVOR. Must be either 'bionic' or 'focal'"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue