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:
268268 - name : Install dependencies
269269 run : pnpm install
270270 - 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 }}
272272
273273 - name : Download firefox source and dependancies
274274 run : pnpm download
@@ -355,7 +355,7 @@ jobs:
355355 run : pnpm install
356356
357357 - 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 }}
359359
360360 - name : Download firefox source and dependancies
361361 run : pnpm download --verbose
@@ -390,7 +390,7 @@ jobs:
390390 pnpm i
391391
392392 - 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 }}
394394
395395 - name : Download
396396 run : pnpm download
You can’t perform that action at this time.
0 commit comments