Skip to content

Commit

Permalink
updated to version 1.0.0 (#4)
Browse files Browse the repository at this point in the history
* updated to version 1.0.0

* replacing test docker image with local version
  • Loading branch information
emlys authored Jun 28, 2019
1 parent b3afe63 commit 761499a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ install:
- pip install -r requirements.txt

script:
- docker build -t test-image -f checker/Dockerfile checker
- >-
sed 's/dockerPull:.*/dockerPull: test-image:latest/g' checker/md5sum-checker.cwl
- >-
sed 's/docker:.*/docker: "test-image:latest"/g' checker/md5sum-checker.wdl
- python -m unittest discover -s .
2 changes: 1 addition & 1 deletion checker/md5sum-checker.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cwlVersion: v1.0

requirements:
- class: DockerRequirement
dockerPull: quay.io/dockstore-testing/md5sum-checker:feature_emlys_DOC-654
dockerPull: quay.io/dockstore-testing/md5sum-checker:1.0.0
- class: InlineJavascriptRequirement

hints:
Expand Down
2 changes: 1 addition & 1 deletion checker/md5sum-checker.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ task checkerTask {
}

runtime {
docker: "quay.io/dockstore-testing/md5sum-checker:feature_emlys_DOC-654"
docker: "quay.io/dockstore-testing/md5sum-checker:1.0.0"
}
}

0 comments on commit 761499a

Please sign in to comment.