harbor/tests/testprepare.sh

15 lines
490 B
Bash
Raw Normal View History

2016-08-08 10:40:14 +02:00
#!/bin/bash
2017-01-12 11:29:02 +01:00
set -e
2016-10-19 08:32:00 +02:00
cp tests/docker-compose.test.yml make/.
2017-03-30 05:04:09 +02:00
mkdir -p /etc/ui
2016-10-19 08:32:00 +02:00
cp make/common/config/ui/private_key.pem /etc/ui/.
2016-06-07 06:19:48 +02:00
2016-08-08 10:40:14 +02:00
mkdir conf
2016-10-19 08:32:00 +02:00
cp make/common/config/ui/app.conf conf/.
2017-01-12 11:29:02 +01:00
sed -i -r "s/MYSQL_HOST=mysql/MYSQL_HOST=127.0.0.1/" make/common/config/adminserver/env
sed -i -r "s|REGISTRY_URL=http://registry:5000|REGISTRY_URL=http://127.0.0.1:5000|" make/common/config/adminserver/env
sed -i -r "s/UI_SECRET=.*/UI_SECRET=$UI_SECRET/" make/common/config/adminserver/env
2017-02-15 08:25:59 +01:00
chmod 777 /data/