We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa153e5 commit 8f1519aCopy full SHA for 8f1519a
.evergreen/run-azurekms-test.sh
@@ -14,7 +14,7 @@ git commit -m "add files" || true
14
git archive -o /tmp/mongo-python-driver.tar HEAD
15
tar -rf /tmp/mongo-python-driver.tar libmongocrypt
16
tar -rf /tmp/mongo-python-driver.tar secrets-export.sh
17
-gzip /tmp/mongo-python-driver.tar
+gzip -y /tmp/mongo-python-driver.tar
18
# shellcheck disable=SC2088
19
AZUREKMS_SRC="/tmp/mongo-python-driver.tar.gz" AZUREKMS_DST="~/" \
20
$DRIVERS_TOOLS/.evergreen/csfle/azurekms/copy-file.sh
0 commit comments