Adjust when script sets up .config dir

This commit is contained in:
zima 2024-12-21 13:19:21 -07:00
parent 6c036331dc
commit 104eed031e
2 changed files with 3 additions and 2 deletions

View file

@ -18,6 +18,9 @@ case $confirmation in
;; ;;
esac 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 cp compose.local-test.yml compose.yml
echo Verifying containers are down... echo Verifying containers are down...

View file

@ -6,8 +6,6 @@ set -e
cd /host/ cd /host/
apt-get update && apt-get install -y git wget curl build-essential python3 ffmpeg 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 enable
corepack prepare pnpm@latest --activate corepack prepare pnpm@latest --activate
git submodule update --init git submodule update --init