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 8f1519a commit b2fa299Copy full SHA for b2fa299
.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 -y /tmp/mongo-python-driver.tar
+gzip -f /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