We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f69bf commit 3d36ccfCopy full SHA for 3d36ccf
.evergreen/.evg.yml
@@ -992,7 +992,7 @@ tasks:
992
${PREPARE_SHELL}
993
cd src
994
git add .
995
- git commit -m "add files"
+ git commit --allow-empty -m "add files"
996
# uncompressed tar used to allow appending .git folder
997
export AZUREOIDC_DRIVERS_TAR_FILE=/tmp/mongo-java-driver.tar
998
git archive -o $AZUREOIDC_DRIVERS_TAR_FILE HEAD
@@ -1010,7 +1010,7 @@ tasks:
1010
1011
1012
1013
1014
1015
export GCPOIDC_DRIVERS_TAR_FILE=/tmp/mongo-java-driver.tar
1016
git archive -o $GCPOIDC_DRIVERS_TAR_FILE HEAD
0 commit comments