- Make core.sh executable. - Check the IP Address of containers in travis. - Wait for the services to come up before running tests.
5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
curl -u restadmin:restpass http://172.19.199.2:8001/3.1/system
|