From 104eed031e81fafe8981175d5ddf08a951cd5bec Mon Sep 17 00:00:00 2001 From: zima Date: Sat, 21 Dec 2024 13:19:21 -0700 Subject: [PATCH] Adjust when script sets up .config dir --- setup-tests.sh | 3 +++ tests.sh | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup-tests.sh b/setup-tests.sh index 21e0c4162f..11da60c844 100755 --- a/setup-tests.sh +++ b/setup-tests.sh @@ -18,6 +18,9 @@ case $confirmation in ;; esac +cp .config/ci.yml .config/default.yml +cp .config/ci.yml .config/test.yml +cp .config/docker_ci.env .config/docker.env cp compose.local-test.yml compose.yml echo Verifying containers are down... diff --git a/tests.sh b/tests.sh index 56c76cd924..5df78f4c76 100755 --- a/tests.sh +++ b/tests.sh @@ -6,8 +6,6 @@ set -e cd /host/ apt-get update && apt-get install -y git wget curl build-essential python3 ffmpeg -cp .config/ci.yml .config/default.yml -cp .config/ci.yml .config/test.yml corepack enable corepack prepare pnpm@latest --activate git submodule update --init