Skip to content

Commit

Permalink
Fix fossa script (cadence-workflow#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
meiliang86 authored Jun 4, 2020
1 parent 6215290 commit f333dff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/buildkite/fossa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ set -exo pipefail

curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash -s -- -b ~/

~/fossa init
~/fossa analyze

# Capture the exit status
EXIT_STATUS=$?

echo "fossa script exits with status $EXIT_STATUS"
exit $EXIT_STATUS
exit $EXIT_STATUS

0 comments on commit f333dff

Please sign in to comment.