Skip to content

Commit

Permalink
DBZ-8605 Rename stage folder to platform-stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale committed Feb 1, 2025
1 parent 65719c1 commit 11a3df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-debezium-multiplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ build_docker_image operator
build_docker_image platform-conductor
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
1 change: 1 addition & 0 deletions build-debezium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ build_docker_image platform-conductor
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 11a3df9

Please sign in to comment.