Skip to content

Commit b2fa299

Browse files
committed
add files
1 parent 8f1519a commit b2fa299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-azurekms-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git commit -m "add files" || true
1414
git archive -o /tmp/mongo-python-driver.tar HEAD
1515
tar -rf /tmp/mongo-python-driver.tar libmongocrypt
1616
tar -rf /tmp/mongo-python-driver.tar secrets-export.sh
17-
gzip -y /tmp/mongo-python-driver.tar
17+
gzip -f /tmp/mongo-python-driver.tar
1818
# shellcheck disable=SC2088
1919
AZUREKMS_SRC="/tmp/mongo-python-driver.tar.gz" AZUREKMS_DST="~/" \
2020
$DRIVERS_TOOLS/.evergreen/csfle/azurekms/copy-file.sh

0 commit comments

Comments
 (0)