Skip to content

Commit 43fc6d5

Browse files
authored
Merge pull request #56 from yaauie/distro-selection-fixes
fix: allow non-snapshot oss-only builds
2 parents 8c5af1f + fe5a07b commit 43fc6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
dockerfile: .ci/Dockerfile
1111
args:
1212
- ELASTIC_STACK_VERSION=$ELASTIC_STACK_VERSION
13-
- DISTRIBUTION=${DISTRIBUTION:-default}
13+
- DISTRIBUTION_SUFFIX=${DISTRIBUTION_SUFFIX:-}
1414
#- INTEGRATION=false
1515
command: .ci/run.sh
1616
env_file: ${DOCKER_ENV:-docker.env}

0 commit comments

Comments
 (0)