Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 0623c3a

Browse files
authored
💚 Correct gluon ci usage
1 parent 38c374a commit 0623c3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)