From 1a52718b0cd7eefdb7343cb09bfc8b8cd3c7c7b6 Mon Sep 17 00:00:00 2001 From: gesparza3 Date: Thu, 9 May 2019 22:10:33 -0700 Subject: [PATCH] Updated script port --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 0e6b3a63e..7211c37f4 100644 --- a/script.sh +++ b/script.sh @@ -10,7 +10,7 @@ VALUE=$(cat maven-metadata.xml | grep -m 1 -oP '(?<=).*(?=)') echo $AID-$VALUE.war > version #echo "curl \"http://192.168.0.56:8081/repository/maven-snapshots/org/springframework/samples/spring-petclinic/$VERSION/" > command -echo "curl \"http://192.168.0.18:8081/artifactory/libs-snapshot-local/org/springframework/samples/spring-petclinic/$VERSION/" > command +echo "curl \"http://192.168.0.19:8081/artifactory/libs-snapshot-local/org/springframework/samples/spring-petclinic/$VERSION/" > command paste -d '' command version > firsthalf echo "\" -o /usr/share/tomcat/webapps/petclinic.war" > secondhalf