From fb05e1615aabf21f69dff34260df488444b3287e Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 9 Apr 2025 07:49:06 +0000 Subject: [PATCH] init --- tasks/pytest/task.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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