Skip to content

Commit

Permalink
Update to cromwell-metadata:v1.0.0 in submit WDL which will use CaaS …
Browse files Browse the repository at this point in the history
…prod. (#77)
  • Loading branch information
rexwangcc authored Sep 10, 2018
1 parent 8a76d91 commit 237830f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adapter_pipelines/submit.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ task get_metadata {
--use_caas ${use_caas}
>>>
runtime {
docker: "gcr.io/broad-dsde-mint-${runtime_environment}/cromwell-metadata:v0.25.0"
docker: "gcr.io/broad-dsde-mint-${runtime_environment}/cromwell-metadata:v1.0.0"
}
output {
File metadata = "metadata.json"
Expand Down
2 changes: 1 addition & 1 deletion docker/cromwell-metadata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/humancellatlas/secondary-analysis-pipeline-tools:v0.25.0
FROM quay.io/humancellatlas/secondary-analysis-pipeline-tools:v0.26.0

RUN mkdir /cromwell-metadata
WORKDIR /cromwell-metadata
Expand Down

0 comments on commit 237830f

Please sign in to comment.