Explorar el Código

Disable AWS publishing due to invalid key

Greg Turnquist hace 8 años
padre
commit
cae53593b4
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6
    6
      test/run.sh

+ 6
- 6
test/run.sh Ver fichero

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