mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: Remove variants arg from package step (#62858)
* Remove variants arg from package step # Conflicts: # .drone.yml * Fix starlark lint * Default to releaseModeConfig.Variants * Check for empty variants arg
This commit is contained in:
committed by
GitHub
parent
7824900b87
commit
e5c48ac945
@@ -600,7 +600,7 @@ steps:
|
||||
name: build-plugins
|
||||
- commands:
|
||||
- . scripts/build/gpg-test-vars.sh && ./bin/build package --jobs 8 --edition oss
|
||||
--build-id ${DRONE_BUILD_NUMBER} --variants linux-amd64,linux-amd64-musl,darwin-amd64,windows-amd64
|
||||
--build-id ${DRONE_BUILD_NUMBER}
|
||||
depends_on:
|
||||
- build-plugins
|
||||
- build-backend
|
||||
@@ -6270,7 +6270,7 @@ steps:
|
||||
name: build-backend-enterprise2
|
||||
- commands:
|
||||
- ./bin/build package --jobs 8 --edition enterprise2 --build-id ${DRONE_BUILD_NUMBER}
|
||||
--variants linux-amd64 --sign
|
||||
--sign
|
||||
depends_on:
|
||||
- build-plugins
|
||||
- build-backend-enterprise2
|
||||
@@ -6656,6 +6656,6 @@ kind: secret
|
||||
name: aws_secret_access_key
|
||||
---
|
||||
kind: signature
|
||||
hmac: 9fb8fede2b16c30dd646d16f157f8647de8ef9faddcb1eb071d02ec8405ad586
|
||||
hmac: bf02735eb33a58809b6ff6f786bd6170213f090a2f1d13166c982272a3f99620
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user