Skip to content

Commit 0c61bb8

Browse files
committed
mv component from sit to component folder
1 parent b236218 commit 0c61bb8

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ usg:
2020
.PHONY : logo
2121
logo:
2222
@cat VERSION
23-
@cat sit/logo
23+
@cat logo
2424

2525
.DELETE_ON_ERROR: build/build.log
2626
build/build.log: $(GO_FILES)
File renamed without changes.
File renamed without changes.

sit/logo logo

File renamed without changes.

sit/docker/deps.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- "3307:3306"
1111
volumes:
1212
- ../../component/mysql/init/init.sql:/docker-entrypoint-initdb.d/test.sql
13-
- ./mysqld.cnf:/etc/mysql/mysql.conf.d/mysqld.cnf
13+
- ../../component/mysqld.cnf:/etc/mysql/mysql.conf.d/mysqld.cnf
1414
restart: always
1515
environment:
1616
MYSQL_ROOT_PASSWORD: root
@@ -213,7 +213,7 @@ services:
213213
timeout: 5s
214214
retries: 30
215215
volumes:
216-
- ./mongo-kafka-1.2.0-all.jar:/usr/share/java/mongo-kafka-1.2.0-all.jar
216+
- ../../component/mongo-kafka-1.2.0-all.jar:/usr/share/java/mongo-kafka-1.2.0-all.jar
217217
depends_on:
218218
kafka:
219219
condition: service_healthy
@@ -240,4 +240,4 @@ services:
240240
depends_on:
241241
- canal-server
242242
volumes:
243-
- ./canal_admin_conf/canal-template.properties:/home/admin/canal-admin/conf/canal-template.properties
243+
- ../../component/canal_admin_conf/canal-template.properties:/home/admin/canal-admin/conf/canal-template.properties

0 commit comments

Comments
 (0)