Skip to content

Commit 0022923

Browse files
authored
Change Env vars in RE CI (#2856)
* Change Env vars in RE CI * Change Env vars in RE CI * Change RE_USE_RE_USE_OSS_CLUSTER to RE_USE_OSS_CLUSTER
1 parent 2e12191 commit 0022923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-redis-enterprise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
RE_USERNAME: ${{ secrets.RE_USERNAME }}
4141
RE_PASS: ${{ secrets.RE_PASS }}
4242
RE_CLUSTER_NAME: ${{ secrets.RE_CLUSTER_NAME }}
43-
OSS_CLUSTER: false
44-
DB_PORT: ${{ secrets.RE_DB_PORT }}
43+
RE_USE_OSS_CLUSTER: false
44+
RE_DB_PORT: ${{ secrets.RE_DB_PORT }}
4545
DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN }}
4646
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
4747
run: ./build.sh

0 commit comments

Comments
 (0)