File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ git add .
13
13
git commit -m " add files" || true
14
14
git archive -o /tmp/mongo-python-driver.tar HEAD
15
15
tar -rf /tmp/mongo-python-driver.tar libmongocrypt
16
- tar -rf /tmp/mongo-python-driver.tar secrets-export.sh
17
16
gzip -f /tmp/mongo-python-driver.tar
18
17
# shellcheck disable=SC2088
19
18
AZUREKMS_SRC=" /tmp/mongo-python-driver.tar.gz" AZUREKMS_DST=" ~/" \
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ git add .
15
15
git commit -m " add files" || true
16
16
git archive -o /tmp/mongo-python-driver.tar HEAD
17
17
tar -rf /tmp/mongo-python-driver.tar libmongocrypt
18
- tar -rf /tmp/mongo-python-driver.tar secrets-export.sh
19
18
gzip -f /tmp/mongo-python-driver.tar
20
19
GCPKMS_SRC=/tmp/mongo-python-driver.tar.gz GCPKMS_DST=$GCPKMS_INSTANCENAME : $DRIVERS_TOOLS /.evergreen/csfle/gcpkms/copy-file.sh
21
20
echo " Copying files ... end"
You can’t perform that action at this time.
0 commit comments