Skip to content

Commit 4502ada

Browse files
committed
fix handling of files
1 parent a2b01c6 commit 4502ada

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.evergreen/run-azurekms-test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ git add .
1313
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
16-
tar -rf /tmp/mongo-python-driver.tar secrets-export.sh
1716
gzip -f /tmp/mongo-python-driver.tar
1817
# shellcheck disable=SC2088
1918
AZUREKMS_SRC="/tmp/mongo-python-driver.tar.gz" AZUREKMS_DST="~/" \

.evergreen/run-gcpkms-test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ git add .
1515
git commit -m "add files" || true
1616
git archive -o /tmp/mongo-python-driver.tar HEAD
1717
tar -rf /tmp/mongo-python-driver.tar libmongocrypt
18-
tar -rf /tmp/mongo-python-driver.tar secrets-export.sh
1918
gzip -f /tmp/mongo-python-driver.tar
2019
GCPKMS_SRC=/tmp/mongo-python-driver.tar.gz GCPKMS_DST=$GCPKMS_INSTANCENAME: $DRIVERS_TOOLS/.evergreen/csfle/gcpkms/copy-file.sh
2120
echo "Copying files ... end"

0 commit comments

Comments
 (0)