From b2ddd61c8d2e93356fcfc23e8eb52f3202dfa26e Mon Sep 17 00:00:00 2001 From: lacchi09m Date: Tue, 23 Jan 2018 12:29:38 +0530 Subject: [PATCH 1/3] Update build.sh --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f949028..4c04629 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,6 @@ #!/bin/bash +echo "123" cd ../.. ; git clone https://github.com/TIBCOSoftware/mashling-cicd.git ; pwd ; @@ -56,4 +57,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 From 716a58196423f84401995ac167e0fa624c46d5e9 Mon Sep 17 00:00:00 2001 From: lacchi09m Date: Tue, 23 Jan 2018 12:33:10 +0530 Subject: [PATCH 2/3] Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3b0264d..dd5de48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ install: # - go install ./... - sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa --yes - sudo apt-get update -q + - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./travis/run_on_pull_requests; + git clone https://github.com/TIBCOSoftware/mashling-cicd.git + fi' - sudo apt-get install mosquitto - sudo apt-get install libmosquitto-dev - sudo apt-get install mosquitto-clients From 6dd2bd54e12be1e39081ff3aed3a2d7e93f75862 Mon Sep 17 00:00:00 2001 From: lacchi09m Date: Wed, 24 Jan 2018 11:28:12 +0530 Subject: [PATCH 3/3] Update build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 4c04629..05504db 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,8 @@ #!/bin/bash +echo "========================" echo "123" +echo "========================" cd ../.. ; git clone https://github.com/TIBCOSoftware/mashling-cicd.git ; pwd ;