mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: fixes release problems.
This commit is contained in:
parent
7da544a52b
commit
7b43b9e272
@ -367,7 +367,7 @@ jobs:
|
|||||||
command: './scripts/build/publish.sh --enterprise'
|
command: './scripts/build/publish.sh --enterprise'
|
||||||
- run:
|
- run:
|
||||||
name: Load GPG private key
|
name: Load GPG private key
|
||||||
comand: './scripts/build/load-signing-key.sh'
|
command: './scripts/build/load-signing-key.sh'
|
||||||
- run:
|
- run:
|
||||||
name: Update Debian repository
|
name: Update Debian repository
|
||||||
command: './scripts/build/update_repo/update-deb.sh "enterprise" "$GPG_KEY_PASSWORD" "$CIRCLE_TAG"'
|
command: './scripts/build/update_repo/update-deb.sh "enterprise" "$GPG_KEY_PASSWORD" "$CIRCLE_TAG"'
|
||||||
@ -430,7 +430,7 @@ jobs:
|
|||||||
command: './scripts/build/publish.sh'
|
command: './scripts/build/publish.sh'
|
||||||
- run:
|
- run:
|
||||||
name: Load GPG private key
|
name: Load GPG private key
|
||||||
comand: './scripts/build/load-signing-key.sh'
|
command: './scripts/build/load-signing-key.sh'
|
||||||
- run:
|
- run:
|
||||||
name: Update Debian repository
|
name: Update Debian repository
|
||||||
command: './scripts/build/update_repo/update-deb.sh "oss" "$GPG_KEY_PASSWORD" "$CIRCLE_TAG"'
|
command: './scripts/build/update_repo/update-deb.sh "oss" "$GPG_KEY_PASSWORD" "$CIRCLE_TAG"'
|
||||||
|
0
scripts/build/load-signing-key.sh
Normal file → Executable file
0
scripts/build/load-signing-key.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user