Skip to content

Commit c1a3119

Browse files
authored
chore(ci): remove usage of undefined vars (#6554)
remove usage of undefined vars
1 parent 8bd6931 commit c1a3119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ functions:
322322
# Load environment variables
323323
eval $(.evergreen/print-compass-env.sh)
324324
# 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
325+
npm run --workspace mongodb-compass build-info -- --format=yaml --flatten --out expansions.raw.yml
326326
# the 'author' key conflicts with evergreen's own expansion
327327
grep -v '^author:' < packages/compass/expansions.raw.yml > packages/compass/expansions.yml
328328
- command: expansions.update

0 commit comments

Comments
 (0)