mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-23 14:16:57 +00:00
Adjust when script sets up .config dir
This commit is contained in:
parent
6c036331dc
commit
104eed031e
2 changed files with 3 additions and 2 deletions
|
@ -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...
|
||||
|
|
2
tests.sh
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue