Browse Source

Disable AWS publishing due to invalid key

Greg Turnquist 8 years ago
parent
commit
cae53593b4
No account linked to committer's email
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      test/run.sh

+ 6
- 6
test/run.sh View File

@@ -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