You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
222 B

#! /usr/bin/env bash
if [ "$GETSSL_HOST" = "alpine.getssl.test" ]; then
# start nginx in background
/usr/bin/supervisord -c /etc/supervisord.conf &
sleep 5 # to allow for initialization
fi
bats /getssl/test