mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-21 08:22:24 +01:00
ci-automation/test.sh: export PARALLEL_TESTS
Export PARALLEL_TESTS in the container's .env file to ensure it is passed to the vendor script.
This commit is contained in:
parent
82d6a4971a
commit
433db48605
@ -145,7 +145,7 @@ function test_run() {
|
||||
|
||||
# Pass PARALLEL_TESTS to the container
|
||||
if [ -n "${PARALLEL_TESTS-}" ] ; then
|
||||
echo "PARALLEL_TESTS=\"${PARALLEL_TESTS}\"" > sdk_container/.env
|
||||
echo "export PARALLEL_TESTS=\"${PARALLEL_TESTS}\"" > sdk_container/.env
|
||||
echo "rm -f 'sdk_container/.env'" >> ./ci-cleanup.sh
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user