diff --git a/tasks/pytest/task.yaml b/tasks/pytest/task.yaml index 3093d90..25a8229 100644 --- a/tasks/pytest/task.yaml +++ b/tasks/pytest/task.yaml @@ -21,8 +21,6 @@ spec: workingDir: /workspace/source script: | #!/usr/bin/env bash - echo "Listing contents of /workspace/source:" - ls -la /workspace if [ -n "$(params.subdirectory)" ]; then if [ -d "$(params.subdirectory)" ]; then echo "Subdirectory $(params.subdirectory) exists:" @@ -37,7 +35,7 @@ spec: workingDir: /workspace/source script: | #!/usr/bin/env bash - ls -la /workspace/output + ls -la /workspace/source if [ -n "$(params.subdirectory)" ]; then cd $(params.subdirectory) fi