forked from Deuxfleurs/bottin
Rajout script bash pour drone
This commit is contained in:
parent
f294b66874
commit
f93f9e6958
1 changed files with 7 additions and 0 deletions
7
test_automatic/start_test.sh
Executable file
7
test_automatic/start_test.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
export BOTTIN_DEFAULT_ADMIN_PW=$(openssl rand -base64 24)
|
||||
echo $BOTTIN_DEFAULT_ADMIN_PW
|
||||
./consul agent -dev > /dev/null 2>&1 &
|
||||
./bottin > /dev/null 2>&1 &
|
||||
go run integration.go
|
Loading…
Reference in a new issue