Skip to content

Commit

Permalink
DBZ-8606 Enable build for platform-stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale committed Feb 4, 2025
1 parent 16f7cce commit dba27d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-debezium-multiplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ build_docker_image connect
build_docker_image server
build_docker_image operator
build_docker_image platform-conductor
build_docker_image platform-stage
if [[ "$SKIP_UI" != "true" ]]; then
build_docker_image debezium-ui ui
build_docker_image platform-stage
fi
build_docker_image example-mysql examples/mysql
build_docker_image example-mysql-gtids examples/mysql-gtids
Expand Down
2 changes: 1 addition & 1 deletion build-debezium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ build_docker_image example-mongodb examples/mongodb
build_docker_image example-mysql-master examples/mysql-replication/master
build_docker_image example-mysql-replica examples/mysql-replication/replica
build_docker_image platform-conductor
build_docker_image platform-stage
build_docker_image operator
if [[ "$SKIP_UI" != "true" ]]; then
build_docker_image debezium-ui ui
build_docker_image platform-stage
fi

echo ""
Expand Down

0 comments on commit dba27d9

Please sign in to comment.