mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Update BuildImage.sh
This commit is contained in:
parent
eca44ec852
commit
753e102359
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
sudo rm -rf /home/jenkins/centos_data/apps/java-app
|
||||
git clone https://github.com/ametgud4u/spring-petclinic.git /home/jenkins/centos_data/apps/java-app/
|
||||
sudo rm -rf /home/jenkins/centos_data/java-app/
|
||||
git clone https://github.com/ametgud4u/spring-petclinic.git /home/jenkins/centos_data/java-app/
|
||||
|
||||
echo "*****************************************"
|
||||
echo "*****************Build*******************"
|
||||
|
|
Loading…
Reference in a new issue