Added double quotes around dgoss run command
This commit is contained in:
parent
a9743ecfbe
commit
b7a1fcfe49
@ -39,7 +39,7 @@ steps:
|
||||
- export GOSS_OPTS="-f junit"
|
||||
- export GOSS_PATH=./goss
|
||||
- export GOSS_SLEEP=3
|
||||
- ./dgoss run -e SQLALCHEMY_DATABASE_URI=sqlite:///:memory: $DOCKER_IMAGE > /workspace/goss_junit.xml
|
||||
- ""./dgoss run -e SQLALCHEMY_DATABASE_URI=sqlite:///:memory: $DOCKER_IMAGE > /workspace/goss_junit.xml"
|
||||
|
||||
- echo "===> Logging in to ACR"
|
||||
- echo "$ACR_PASSWORD" | docker login marcin00.azurecr.io -u $ACR_USERNAME --password-stdin
|
||||
|
Loading…
x
Reference in New Issue
Block a user