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 f6424f4 commit 009e3d6Copy full SHA for 009e3d6
docker-compose.yml
@@ -134,7 +134,7 @@ services:
134
ELASTICSEARCH_USERNAME: elastic
135
ELASTICSEARCH_PASSWORD: ${ELASTICSEARCH_PASSWORD}
136
TF_LOG: ${TF_LOG:-info}
137
- command: make testacc TESTARGS=${TESTARGS:-}
+ command: make testacc TESTARGS='${TESTARGS:-}'
138
139
token-acceptance-tests:
140
profiles: ["token-acceptance-tests"]
0 commit comments