Skip to content

Commit

Permalink
sans accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Jan 17, 2025
1 parent 49c39d3 commit e178eab
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .evergreen/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,26 +659,6 @@ functions:
npm run --unsafe-perm --workspace compass-e2e-tests test-packaged-ci
get-compass-mongodb-com:
- command: shell.exec
type: setup
params:
working_dir: src
shell: bash
script: |
set -e
git clone https://github.com/10gen/compass-mongodb-com.git ../compass-mongodb-com
cd ../compass-mongodb-com
echo "Using node version:";
node -v;
echo "Using npm version:";
npm -v;
echo "Using gcc version:"
gcc --version;
echo "Using g++ version:"
g++ --version;
npm ci --engine-strict=false
smoketest-packaged-app:
- command: shell.exec
# Fail the task if it's idle for 10 mins
Expand Down

0 comments on commit e178eab

Please sign in to comment.