mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
ci: use bin abs path
This commit is contained in:
parent
e74d7fb9eb
commit
a5b95dc481
@ -4,7 +4,7 @@ set -e
|
||||
|
||||
echo "---> Add Config"
|
||||
|
||||
./gen-config-${SEMAPHORE_DB_DIALECT} > /semaphore/.dredd/config.json
|
||||
/usr/local/bin/gen-config-${SEMAPHORE_DB_DIALECT} > /semaphore/.dredd/config.json
|
||||
|
||||
echo "---> Waiting for semaphore"
|
||||
while ! nc -z semaphore_ci 3000; do
|
||||
|
Loading…
Reference in New Issue
Block a user