File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments