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 fc00168 commit 2870af1Copy full SHA for 2870af1
.evergreen/functions.yml
@@ -674,7 +674,7 @@ functions:
674
shell: bash
675
script: |
676
set -e
677
- git clone https://x-access-token:${generated_token}github.com/10gen/compass-mongodb-com.git ../compass-mongodb-com
+ git clone https://x-access-token:${generated_token}@github.com/10gen/compass-mongodb-com.git ../compass-mongodb-com
678
cd ../compass-mongodb-com
679
echo "Using node version:";
680
node -v;
0 commit comments