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 Jan 31, 2025
1 parent afa4ca3 commit d1f86c4
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 @@ -129,6 +129,7 @@ build_docker_image 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
1 change: 1 addition & 0 deletions build-debezium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ 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 d1f86c4

Please sign in to comment.