This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ jobs:
268
268
- name : Install dependencies
269
269
run : pnpm install
270
270
- name : Load gluon CI setup
271
- run : pnpm gluon ci -- -- brand alpha --display-version ${{ needs.build-data.outputs.version }}
271
+ run : pnpm gluon ci --brand alpha --display-version ${{ needs.build-data.outputs.version }}
272
272
273
273
- name : Download firefox source and dependancies
274
274
run : pnpm download
@@ -355,7 +355,7 @@ jobs:
355
355
run : pnpm install
356
356
357
357
- name : Load gluon CI setup
358
- run : pnpm gluon ci -- -- brand alpha --display-version ${{ needs.build-data.outputs.version }}
358
+ run : pnpm gluon ci --brand alpha --display-version ${{ needs.build-data.outputs.version }}
359
359
360
360
- name : Download firefox source and dependancies
361
361
run : pnpm download --verbose
@@ -390,7 +390,7 @@ jobs:
390
390
pnpm i
391
391
392
392
- name : Load gluon CI setup
393
- run : pnpm gluon ci -- -- brand alpha --display-version ${{ needs.build-data.outputs.version }}
393
+ run : pnpm gluon ci --brand alpha --display-version ${{ needs.build-data.outputs.version }}
394
394
395
395
- name : Download
396
396
run : pnpm download
You can’t perform that action at this time.
0 commit comments