We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74d7fb commit a5b95dcCopy full SHA for a5b95dc
deployment/docker/ci/dredd/entrypoint
@@ -4,7 +4,7 @@ set -e
4
5
echo "---> Add Config"
6
7
-./gen-config-${SEMAPHORE_DB_DIALECT} > /semaphore/.dredd/config.json
+/usr/local/bin/gen-config-${SEMAPHORE_DB_DIALECT} > /semaphore/.dredd/config.json
8
9
echo "---> Waiting for semaphore"
10
while ! nc -z semaphore_ci 3000; do
0 commit comments