Parcourir la source

Disable AWS publishing due to invalid key

Greg Turnquist il y a 8 ans
Parent
révision
cae53593b4
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6
    6
      test/run.sh

+ 6
- 6
test/run.sh Voir le fichier

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