Skip to content

Commit e178eab

Browse files
committed
sans accidental commit
1 parent 49c39d3 commit e178eab

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.evergreen/functions.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -659,26 +659,6 @@ functions:
659659
660660
npm run --unsafe-perm --workspace compass-e2e-tests test-packaged-ci
661661
662-
get-compass-mongodb-com:
663-
- command: shell.exec
664-
type: setup
665-
params:
666-
working_dir: src
667-
shell: bash
668-
script: |
669-
set -e
670-
git clone https://github.com/10gen/compass-mongodb-com.git ../compass-mongodb-com
671-
cd ../compass-mongodb-com
672-
echo "Using node version:";
673-
node -v;
674-
echo "Using npm version:";
675-
npm -v;
676-
echo "Using gcc version:"
677-
gcc --version;
678-
echo "Using g++ version:"
679-
g++ --version;
680-
npm ci --engine-strict=false
681-
682662
smoketest-packaged-app:
683663
- command: shell.exec
684664
# Fail the task if it's idle for 10 mins

0 commit comments

Comments
 (0)