Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move submodule path
  • Loading branch information
otiai10 committed Nov 29, 2017
1 parent 4797b9a commit d6e1071
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,3 +1,3 @@
[submodule "common-workflow-language"]
path = common-workflow-language
path = cwl
url = https://github.com/common-workflow-language/common-workflow-language.git
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,4 +10,4 @@ before_script:
- go install
- pip install --user cwltest
script:
- ./common-workflow-language/run_test.sh RUNNER=yacle -n1
- ./cwl/run_test.sh RUNNER=yacle -n1

0 comments on commit d6e1071

Please sign in to comment.