mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 14:01:43 +01:00
jenkins/kola/container: pass PORTAGE_BINHOST to container
Otherwise, it was failing since we check for unbound variable: ``` /bin/bash: line 1: PORTAGE_BINHOST: unbound variable ``` Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
62707ca204
commit
4e1e707628
@ -26,6 +26,7 @@ else
|
||||
fi
|
||||
|
||||
sudo systemd-nspawn $PIPEARG \
|
||||
--setenv=PORTAGE_BINHOST="${PORTAGE_BINHOST}" \
|
||||
--bind-ro=/lib/modules \
|
||||
--bind-ro="$PWD/flatcar_production_image_kernel_config.txt:/boot/config" \
|
||||
--bind-ro="${GOOGLE_APPLICATION_CREDENTIALS}:/opt/credentials.json" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user