[ARVADOS-DEV] updated: 1271e6f2a0369dab09e395db80e5e2a5b036279a
Git user
git at public.curoverse.com
Mon Aug 15 15:44:36 EDT 2016
Summary of changes:
jenkins/run-deploy.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1271e6f2a0369dab09e395db80e5e2a5b036279a (commit)
from c9ccf38a9e7795628f2f771e2e4c5f4190894190 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 1271e6f2a0369dab09e395db80e5e2a5b036279a
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Aug 15 15:44:28 2016 -0400
9784: Fix POST -> PUT
diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index 15d7eeb..5af15da 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -20,7 +20,7 @@ read -d] -r SCOPES <<EOF
"POST /arvados/v1/jobs",\n
"GET /arvados/v1/pipeline_instances",\n
"POST /arvados/v1/pipeline_instances",\n
-"POST /arvados/v1/pipeline_instances/",\n
+"PUT /arvados/v1/pipeline_instances/",\n
"GET /arvados/v1/collections/",\n
"POST /arvados/v1/collections/",\n
"GET /arvados/v1/logs"]'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list