Skip to content

Commit a5b95dc

Browse files
committed
ci: use bin abs path
1 parent e74d7fb commit a5b95dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/docker/ci/dredd/entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
echo "---> Add Config"
66

7-
./gen-config-${SEMAPHORE_DB_DIALECT} > /semaphore/.dredd/config.json
7+
/usr/local/bin/gen-config-${SEMAPHORE_DB_DIALECT} > /semaphore/.dredd/config.json
88

99
echo "---> Waiting for semaphore"
1010
while ! nc -z semaphore_ci 3000; do

0 commit comments

Comments
 (0)