Skip to content

Commit

Permalink
fix: add license key env for integration test (#18014)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjw806 authored Aug 13, 2024
1 parent f2bcff7 commit a5cd141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/gen-integration-test-yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def gen_pipeline_steps():
env:
GHCR_USERNAME: ghcr-username
GHCR_TOKEN: ghcr-token
RW_LICENSE_KEY: rw-license-key
- ./ci/plugins/docker-compose-logs
"""
return pipeline_steps
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ services:
ENABLE_TELEMETRY: ${ENABLE_TELEMETRY:-true}
RW_TELEMETRY_TYPE: ${RW_TELEMETRY_TYPE:-"docker-compose"}
RW_SECRET_STORE_PRIVATE_KEY_HEX: ${RW_SECRET_STORE_PRIVATE_KEY_HEX:-0123456789abcdef}
RW_LICENSE_KEY: ${RW_LICENSE_KEY:-""}
container_name: risingwave-standalone
healthcheck:
test:
Expand Down

0 comments on commit a5cd141

Please sign in to comment.