Skip to content

Commit

Permalink
fix: rename start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
storytellerF committed Dec 20, 2024
1 parent a0f262d commit 2271da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_scripts/build-service-on-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ echo "prepare build `date`"
HOST_TYPE=local ./scripts/build_scripts/build-all-in-flavor.sh "$FLAVOR" true
echo "push to remote `date`"
# 远端没有生成的env 文件,需要使用原始env 文件
./scripts/service_scripts/push-jar-to-remote.sh [email protected] "./start1.sh $FLAVOR"
./scripts/service_scripts/push-jar-to-remote.sh [email protected] "./start-jar-service-in-ubuntu.sh $FLAVOR"
echo "done `date`"

0 comments on commit 2271da8

Please sign in to comment.