harbor/tests/testprepare.sh

10 lines
172 B
Bash
Raw Normal View History

2016-08-08 10:40:14 +02:00
#!/bin/bash
2016-06-07 06:19:48 +02:00
2016-10-19 08:32:00 +02:00
cp tests/docker-compose.test.yml make/.
2016-08-08 10:40:14 +02:00
mkdir /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/.