|
|
|
@ -113,13 +113,12 @@ sync_files() { |
|
|
|
--exclude '*\Dockerfile-wms-ui-mobile' \ |
|
|
|
--exclude '*\Dockerfile-wms-ui-pc' \ |
|
|
|
--exclude '*\Dockerfile-wms-system' \ |
|
|
|
$source_path $target_path |
|
|
|
$source_path /home/www/sync_code/sd_dsl/wms85std_copy |
|
|
|
echo -e "$echoPrefix 同步完成 $echoSuffix" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
source_pull |
|
|
|
source_build |
|
|
|
#source_build |
|
|
|
target_pull |
|
|
|
sync_files |
|
|
|
|
|
|
|
|