Skip to content

Commit 502517e

Browse files
committed
CI: Define ARCHIVE
1 parent 97e8f2a commit 502517e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ci/build_archive.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ elif [ "$INSTALL_TYPE" == "wheel" ]; then
2121
elif [ "$INSTALL_TYPE" == "archive" ]; then
2222
export ARCHIVE="package.tar.gz"
2323
git archive -o $ARCHIVE HEAD
24+
elif [ "$INSTALL_TYPE" == "pip" ]; then
25+
export ARCHIVE="."
2426
fi
2527

2628
set +eux

0 commit comments

Comments
 (0)