Skip to content

Commit

Permalink
Fix handling of evergreen project (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jun 25, 2024
1 parent 36e687a commit 93457fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compliance-report/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ if [ -n "$EVERGREEN_PROJECT" ]; then
echo "Must supply an evergreen commit when supplying an evergreen project!"
exit 1
fi
# Format evergreen patch URL.
EVERGREEN_PROJECT=$(echo $EVERGREEN_PROJECT | sed 's/-/_/g')
EVERGREEN_PATCH="Evergreen patch: https://spruce.mongodb.com/version/${EVERGREEN_PROJECT}_${EVERGREEN_COMMIT}"
fi

Expand Down

0 comments on commit 93457fb

Please sign in to comment.