mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Updated script port
This commit is contained in:
parent
1a52718b0c
commit
e53609f1fc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ VALUE=$(cat maven-metadata.xml | grep -m 1 -oP '(?<=<value>).*(?=</value>)')
|
|||
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.19:8081/artifactory/libs-snapshot-local/org/springframework/samples/spring-petclinic/$VERSION/" > command
|
||||
echo "curl \"http://192.168.1.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
|
||||
|
|
Loading…
Reference in a new issue