Skip to content

Commit 99368fa

Browse files
committed
fix exports
1 parent 5b54fa1 commit 99368fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.evergreen/scripts/perf-pr-comment.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
set -eu
55

6-
VERSION_ID=${version_id}
7-
BASE_SHA=${revision}
8-
HEAD_SHA=${github_commit}
9-
PROJECT=${project}
6+
export VERSION_ID=${version_id}
7+
export BASE_SHA=${revision}
8+
export HEAD_SHA=${github_commit}
9+
export PROJECT=${project}
1010

1111
if [ "${PROJECT}" != "mongo-python-driver" ]; then
1212
echo "Skipping PR Perf comment"

0 commit comments

Comments
 (0)