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 6492b3e commit 4f7ce85Copy full SHA for 4f7ce85
.github/docker/docker-compose.yaml
@@ -8,7 +8,7 @@ services:
8
- ${HOME}/.aws/credentials:/root/.aws/credentials
9
- /tmp/artifacts/${JOB_NAME}:/artifacts
10
- /tmp/coverage/${JOB_NAME}:/coverage/test
11
- - config-mongo-file-ft.json:/usr/src/app/config.json
+ - ${S3_CONFIG_FILE}:/usr/src/app/config.json
12
environment:
13
- CI=true
14
- ENABLE_LOCAL_CACHE=true
0 commit comments