Skip to content

Commit f9d13bd

Browse files
Chris Koehnkefxdgear
authored andcommitted
Pass version environment variable to setup (elastic#62)
Pass `TAG` and `ELASTIC_VERSION` variables to the setup script to use the specified versions.
1 parent 615ccc7 commit f9d13bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ services:
77
environment:
88
- "PWD=${PWD}"
99
- "ELASTIC_PASSWORD"
10+
- "ELASTIC_VERSION"
11+
- "TAG"
1012
volumes:
1113
- "/var/run/docker.sock:/var/run/docker.sock"
1214
- "${PWD}:${PWD}"

0 commit comments

Comments
 (0)