mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
chore(ci): disable Firebase activation on unsupported platforms
This commit is contained in:
9
.github/workflows/build_linux.yml
vendored
9
.github/workflows/build_linux.yml
vendored
@@ -2,14 +2,6 @@ name: 'Build Linux'
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
build-number:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
secrets:
|
||||
FIREBASE_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build-snapcraft:
|
||||
@@ -19,7 +11,6 @@ jobs:
|
||||
- name: Setup Environment
|
||||
uses: JagandeepBrar/LunaSea/.github/actions/prepare_for_build@master
|
||||
with:
|
||||
firebase-token: ${{ secrets.FIREBASE_TOKEN }}
|
||||
platform: linux
|
||||
|
||||
- name: Build LunaSea
|
||||
|
||||
9
.github/workflows/build_windows.yml
vendored
9
.github/workflows/build_windows.yml
vendored
@@ -2,14 +2,6 @@ name: 'Build Windows'
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
build-number:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
secrets:
|
||||
FIREBASE_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build-app-package:
|
||||
@@ -19,7 +11,6 @@ jobs:
|
||||
- name: Setup Environment
|
||||
uses: JagandeepBrar/LunaSea/.github/actions/prepare_for_build@master
|
||||
with:
|
||||
firebase-token: ${{ secrets.FIREBASE_TOKEN }}
|
||||
platform: windows
|
||||
|
||||
- name: Build LunaSea
|
||||
|
||||
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -75,10 +75,6 @@ jobs:
|
||||
name: Build Linux
|
||||
needs: [ prepare, validate ]
|
||||
uses: JagandeepBrar/LunaSea/.github/workflows/build_linux.yml@master
|
||||
with:
|
||||
build-number: ${{ needs.prepare.outputs.build-number }}
|
||||
secrets:
|
||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
||||
|
||||
build-macos:
|
||||
name: Build macOS
|
||||
@@ -106,10 +102,6 @@ jobs:
|
||||
name: Build Windows
|
||||
needs: [ prepare, validate ]
|
||||
uses: JagandeepBrar/LunaSea/.github/workflows/build_windows.yml@master
|
||||
with:
|
||||
build-number: ${{ needs.prepare.outputs.build-number }}
|
||||
secrets:
|
||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
||||
|
||||
build-web:
|
||||
name: Build Web
|
||||
|
||||
Reference in New Issue
Block a user