mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 08:33:29 +00:00
remove unused license_type matrix var
This commit is contained in:
14
.github/workflows/build-desktop.yml
vendored
14
.github/workflows/build-desktop.yml
vendored
@@ -164,10 +164,8 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- variant: oss
|
||||
license_type: oss
|
||||
artifact_prefix: ""
|
||||
- variant: bit
|
||||
license_type: commercial
|
||||
artifact_prefix: "commercial-"
|
||||
# Note, before updating the ubuntu version of the workflow, ensure the snap base image
|
||||
# is equal or greater than the new version. Otherwise there might be GLIBC version issues.
|
||||
@@ -334,10 +332,8 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- variant: oss
|
||||
license_type: oss
|
||||
artifact_prefix: ""
|
||||
- variant: bit
|
||||
license_type: commercial
|
||||
artifact_prefix: "commercial-"
|
||||
# Note, before updating the ubuntu version of the workflow, ensure the snap base image
|
||||
# is equal or greater than the new version. Otherwise there might be GLIBC version issues.
|
||||
@@ -492,10 +488,8 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- variant: oss
|
||||
license_type: oss
|
||||
artifact_prefix: ""
|
||||
- variant: bit
|
||||
license_type: commercial
|
||||
artifact_prefix: "commercial-"
|
||||
runs-on: windows-2022
|
||||
needs:
|
||||
@@ -771,10 +765,8 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- variant: oss
|
||||
license_type: oss
|
||||
artifact_prefix: ""
|
||||
- variant: bit
|
||||
license_type: commercial
|
||||
artifact_prefix: "commercial-"
|
||||
runs-on: windows-2022
|
||||
needs: setup
|
||||
@@ -1026,10 +1018,8 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- variant: oss
|
||||
license_type: oss
|
||||
artifact_prefix: ""
|
||||
- variant: bit
|
||||
license_type: commercial
|
||||
artifact_prefix: "commercial-"
|
||||
runs-on: macos-15
|
||||
needs:
|
||||
@@ -1273,10 +1263,8 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- variant: oss
|
||||
license_type: oss
|
||||
artifact_prefix: ""
|
||||
- variant: bit
|
||||
license_type: commercial
|
||||
artifact_prefix: "commercial-"
|
||||
runs-on: macos-15
|
||||
if: ${{ needs.setup.outputs.has_secrets == 'true' }}
|
||||
@@ -1558,10 +1546,8 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- variant: oss
|
||||
license_type: oss
|
||||
artifact_prefix: ""
|
||||
- variant: bit
|
||||
license_type: commercial
|
||||
artifact_prefix: "commercial-"
|
||||
runs-on: macos-15
|
||||
if: ${{ needs.setup.outputs.has_secrets == 'true' }}
|
||||
|
||||
Reference in New Issue
Block a user