Correct bash syntax [skip ci]

This commit is contained in:
Jon Gjengset 2018-11-25 15:30:13 -05:00
parent 3a68d5c5f9
commit b9db23b6cb
No known key found for this signature in database
GPG key ID: D64AC9D67176DC71

View file

@ -99,4 +99,4 @@ stages:
- coverage
after_failure:
- if [[ "$INTEGRATION" == "true" ]]; then docker logs (docker ps -q); fi
- if [[ "$INTEGRATION" == "true" ]]; then docker logs $(docker ps -q); fi