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 8bd6931 commit c1a3119Copy full SHA for c1a3119
.evergreen/functions.yml
@@ -322,7 +322,7 @@ functions:
322
# Load environment variables
323
eval $(.evergreen/print-compass-env.sh)
324
# Generates and expansion file with build target metadata in packages/compass/expansions.yml
325
- npm run --workspace mongodb-compass build-info -- ${target_platform} ${target_arch} --format=yaml --flatten --out expansions.raw.yml
+ npm run --workspace mongodb-compass build-info -- --format=yaml --flatten --out expansions.raw.yml
326
# the 'author' key conflicts with evergreen's own expansion
327
grep -v '^author:' < packages/compass/expansions.raw.yml > packages/compass/expansions.yml
328
- command: expansions.update
0 commit comments