[ARVADOS] updated: c830508697da4bf896be9ea7cea9c9cbfc5709b6
git at public.curoverse.com
git at public.curoverse.com
Wed Oct 28 11:16:43 EDT 2015
Summary of changes:
sdk/cwl/arvados_cwl/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c830508697da4bf896be9ea7cea9c9cbfc5709b6 (commit)
from 8f237f88d58d9634814010e00ffe55e2cdde2334 (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 c830508697da4bf896be9ea7cea9c9cbfc5709b6
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Oct 28 11:16:32 2015 -0400
7593: Make peter/crunchrunner the default repository (so that it works on
cloud.curoverse.com) until the deployment plan is sorted out.
diff --git a/sdk/cwl/arvados_cwl/__init__.py b/sdk/cwl/arvados_cwl/__init__.py
index 5000b97..4b11c6d 100644
--- a/sdk/cwl/arvados_cwl/__init__.py
+++ b/sdk/cwl/arvados_cwl/__init__.py
@@ -132,7 +132,7 @@ class ArvadosJob(object):
try:
response = self.arvrunner.api.jobs().create(body={
- "script": "crunchrunner",
+ "script": "peter/crunchrunner",
"repository": kwargs["repository"],
"script_version": "master",
"script_parameters": {"tasks": [script_parameters]},
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list