Skip to content
Snippets Groups Projects
Commit a4b9a048 authored by Flnal's avatar Flnal
Browse files

test

parent d0df5aa8
No related branches found
No related tags found
1 merge request!3Master
#!/bin/sh #!/bin/sh
set -e set -e
# Wait for DB # Wait for DB
if [ -n "$DB_CONNECT" ]; then if [ -n "$DB_CONNECT" ]; then
/go/src/app/wait-for-it.sh "$DB_CONNECT" -t 20 /go/src/app/wait-for-it.sh "$DB_CONNECT" -t 20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment