瀏覽代碼

Disable AWS publishing due to invalid key

Greg Turnquist 8 年之前
父節點
當前提交
cae53593b4
沒有帳戶連結到提交者的電子郵件
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6
    6
      test/run.sh

+ 6
- 6
test/run.sh 查看文件

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