diff --git a/build.sh b/build.sh index f949028..05504db 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,8 @@ #!/bin/bash +echo "========================" +echo "123" +echo "========================" cd ../.. ; git clone https://github.com/TIBCOSoftware/mashling-cicd.git ; pwd ; @@ -56,4 +59,4 @@ URL http://localhost:9096/pets/40 #curl -I -X GET http://localhost:9096/pets/2 #curl -I -X PUT -d '{"name":"CAT"}' http://localhost:9096/pets -#curl -I -X PUT -d '{"name":"CATs"}' http://localhost:9096/pets \ No newline at end of file +#curl -I -X PUT -d '{"name":"CATs"}' http://localhost:9096/pets