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 2e12191 commit 0022923Copy full SHA for 0022923
.github/workflows/test-redis-enterprise.yml
@@ -40,8 +40,8 @@ jobs:
40
RE_USERNAME: ${{ secrets.RE_USERNAME }}
41
RE_PASS: ${{ secrets.RE_PASS }}
42
RE_CLUSTER_NAME: ${{ secrets.RE_CLUSTER_NAME }}
43
- OSS_CLUSTER: false
44
- DB_PORT: ${{ secrets.RE_DB_PORT }}
+ RE_USE_OSS_CLUSTER: false
+ RE_DB_PORT: ${{ secrets.RE_DB_PORT }}
45
DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN }}
46
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
47
run: ./build.sh
0 commit comments