Skip to content

Commit d766c35

Browse files
ci: debugging
1 parent 2255aed commit d766c35

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,12 @@ jobs:
221221
exit_code=$?
222222
echo "fossa analysis complete"
223223
echo $fossa_analyze_output
224-
FOSSA_REPORT_URL=$(echo "$fossa_analyze_output" | grep -o 'https://app.fossa.com[^ ]*') || true
224+
FOSSA_REPORT_URL=$(echo $fossa_analyze_output | grep -o 'https://app.fossa.com[^ ]*') || true
225225
echo $FOSSA_REPORT_URL
226+
# echo $$FOSSA_REPORT_URL
227+
fossa_analyze_output_1=$(fossa analyze --debug 2>&1 | tee /dev/stderr)
228+
echo $fossa_analyze_output_1
226229
echo "FOSSA_REPORT_URL=$FOSSA_REPORT_URL" >> "$GITHUB_OUTPUT"
227-
echo $$FOSSA_REPORT_URL
228-
fossa_analyze_output_1=$(fossa analyze --debug 2>&1 | tee /dev/stderr || true)
229230
fossa report attribution --format text --timeout 600 > /tmp/THIRDPARTY
230231
exit $exit_code
231232
env:

0 commit comments

Comments
 (0)