Skip to content

Commit c9c2cb2

Browse files
committed
check pwd
1 parent d6c285a commit c9c2cb2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/mend.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ jobs:
118118
- name: Check if report is generated
119119
shell: bash
120120
run: |
121-
file=$(find . -type f -regex ".whitesource/${PROJECT_NAME}.*scan_report\.json" | head -n 1)
122-
echo -e "\nFound Mend scan log file - $file\n"
123-
ls -lt .whitesource/
121+
#file=$(find . -type f -regex ".whitesource/${PROJECT_NAME}.*scan_report\.json" | head -n 1)
122+
#echo -e "\nFound Mend scan log file - $file\n"
123+
pwd
124+
ls -lt
124125
125126
upload:
126127
name: Archive mend scan report

0 commit comments

Comments
 (0)