|
@@ -18,12 +18,12 @@ rm -rf build
|
18
|
18
|
cd ../complete
|
19
|
19
|
mvn clean package
|
20
|
20
|
|
21
|
|
-if [ "${TRAVIS_PULL_REQUEST}" = "false" ];
|
22
|
|
- then
|
23
|
|
- curl https://raw.githubusercontent.com/timkay/aws/master/aws -o aws
|
24
|
|
- chmod u+x aws
|
25
|
|
- ./aws put --progress "x-amz-acl: public-read" springio-guides/gs-rest-service-0.1.0.jar target/gs-rest-service-0.1.0.jar
|
26
|
|
-fi
|
|
21
|
+# if [ "${TRAVIS_PULL_REQUEST}" = "false" ];
|
|
22
|
+# then
|
|
23
|
+# curl https://raw.githubusercontent.com/timkay/aws/master/aws -o aws
|
|
24
|
+# chmod u+x aws
|
|
25
|
+# ./aws put --progress "x-amz-acl: public-read" springio-guides/gs-rest-service-0.1.0.jar target/gs-rest-service-0.1.0.jar
|
|
26
|
+# fi
|
27
|
27
|
|
28
|
28
|
rm -rf target
|
29
|
29
|
|