small fixes
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2020-02-22 00:44:09 +01:00
parent b146ae7e0f
commit e8deab32e5
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env sh
set -eo pipefail
/usr/local/bin/gomplate -V -o /etc/php7/php.ini -f /etc/templates/php.ini.tmpl
/usr/local/bin/gomplate -V -o /var/www/app/data/config.php -f /etc/templates/config.php.tmpl

View File

@ -1,4 +1,3 @@
#!/usr/bin/env sh
set -eo pipefail
(php -r "readfile('http://localhost:8080/i/');" | grep -q 'jsonVars') || exit 1