Update BuildImage.sh

This commit is contained in:
ametgud4u 2020-07-26 23:01:16 +05:30 committed by GitHub
parent eca44ec852
commit 753e102359
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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*******************"