Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
paip
/
gitBuild
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//paip/gitBuild/0.build.sh
function gitcheck(){ git reset --hard git checkout origin/release git fetch git pull origin release git config credential.helper store --global } function localbuild(){ chmod 751 mvnw ./mvnw clean && ./mvnw install } cd awsStatusMonitoring gitcheck localbuild cd .. cd imageTransfer gitcheck localbuild cd .. cd nvrManager gitcheck localbuild cd ..