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 aa7bdf0 commit 52e9897Copy full SHA for 52e9897
docker-compose.yml
@@ -29,12 +29,17 @@ services:
29
domainname: ${BASE_TEST_DOMAIN}
30
hostname: hyperstack
31
container_name: "hyperstack"
32
- entrypoint: ./runall
+ entrypoint: ./runone
33
stdin_open: true
34
tty: true
35
working_dir: /root/hyperstack
36
environment:
37
BUNDLE_PATH: "/root/local_gems"
38
+ DRIVER: "${DRIVER}"
39
+ COMPONENT: "${COMPONENT}"
40
+ RUBY_VERSION: "${RUBY_VERSION}"
41
+ TASK: "${TASK}"
42
+ DB: "${DB}"
43
volumes:
44
- ${MOUNT_PATH:-..}/hyperstack:/root/hyperstack
45
- local_gems:/root/local_gems
0 commit comments