Skip to content

Commit

Permalink
DBZ-8605 Rename conductor folder to platform-conductor
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale committed Jan 31, 2025
1 parent 4c89949 commit 0bfec8f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-builds-unauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
component: [ 'mongo', 'postgres', 'debezium', 'tool', 'conductor', 'operator']
component: [ 'mongo', 'postgres', 'debezium', 'tool', 'platform-conductor', 'operator']
runs-on: ubuntu-latest
env:
DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME: localhost:5500/debeziumquay
Expand Down
2 changes: 1 addition & 1 deletion build-debezium-multiplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ build_docker_image connect-base
build_docker_image connect
build_docker_image server
build_docker_image operator
build_docker_image conductor
build_docker_image platform-conductor
if [[ "$SKIP_UI" != "true" ]]; then
build_docker_image debezium-ui ui
fi
Expand Down
2 changes: 1 addition & 1 deletion build-debezium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ build_docker_image example-postgres examples/postgres
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 conductor
build_docker_image platform-conductor
build_docker_image operator
if [[ "$SKIP_UI" != "true" ]]; then
build_docker_image debezium-ui ui
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0bfec8f

Please sign in to comment.