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 2f86fc7 commit a952fddCopy full SHA for a952fdd
bin/4.6.x-dev/prepare_project_edition.sh
@@ -198,9 +198,12 @@ else
198
docker exec ibexa-db-1 sh -c "mysql -V"
199
fi
200
201
-if [[ "$COMPOSE_FILE" == *"redis"*.yml ]] || [[ "$COMPOSE_FILE" == *"valkey"*.yml ]]; then
202
- echo '> Display SPI (Redis/Valkey) version for debugging'
+if [[ "$COMPOSE_FILE" == *"redis"*.yml ]]; then
+ echo '> Display SPI (Redis) version for debugging'
203
docker exec ibexa-redis-1 sh -c "redis-cli --version"
204
+elif [[ "$COMPOSE_FILE" == *"valkey"*.yml ]] then
205
+ echo '> Display SPI (Valkey) version for debugging'
206
+ docker exec valkey sh -c "valkey-cli --version"
207
208
209
echo '> Generate GraphQL schema'
0 commit comments