We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348326d commit 37aa2edCopy full SHA for 37aa2ed
tests/cache_environment_tool.cwl
@@ -5,4 +5,4 @@ inputs:
5
outputs:
6
[]
7
8
-baseCommand: ["echo"]
+baseCommand: [bash, "-c", "echo $TEST_ENV"]
0 commit comments