Correct bash syntax [skip ci]
This commit is contained in:
parent
3a68d5c5f9
commit
b9db23b6cb
1 changed files with 1 additions and 1 deletions
|
|
@ -99,4 +99,4 @@ stages:
|
||||||
- coverage
|
- coverage
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
- if [[ "$INTEGRATION" == "true" ]]; then docker logs (docker ps -q); fi
|
- if [[ "$INTEGRATION" == "true" ]]; then docker logs $(docker ps -q); fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue