Skip to content

Commit

Permalink
fix integration-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
neverchanje committed Oct 26, 2023
1 parent 5e374c2 commit fe988e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ echo "--- case: ${case}, format: ${format}"
if [ "${BUILDKITE_SOURCE}" == "schedule" ]; then
# Use ghcr nightly image for scheduled build. If not specified, we use dockerhub's 'risingwavelabs/risingwave'.
export RW_IMAGE="ghcr.io/risingwavelabs/risingwave:nightly-$(date '+%Y%m%d')"
echo Docker image: $RW_IMAGE
fi
echo Docker image: $RW_IMAGE

echo "--- rewrite docker compose for protobuf"
if [ "${format}" == "protobuf" ]; then
Expand Down

0 comments on commit fe988e7

Please sign in to comment.