mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: Fix deb/rpm bug for linux package publishing (#72336)
Fix deb/rpm (cherry picked from commitc3ebd388e3) (cherry picked from commit4c9bdef98d) # Conflicts: # .drone.yml
This commit is contained in:
committed by
GitHub
parent
488eac0e49
commit
e3ec53b418
@@ -1245,7 +1245,7 @@ def publish_linux_packages_step(package_manager = "deb"):
|
||||
"gpg_passphrase": from_secret("packages_gpg_passphrase"),
|
||||
"gpg_public_key": from_secret("packages_gpg_public_key"),
|
||||
"gpg_private_key": from_secret("packages_gpg_private_key"),
|
||||
"package_path": "gs://grafana-prerelease/artifacts/downloads/*$${{DRONE_TAG}}/oss/**.{}".format(
|
||||
"package_path": "gs://grafana-prerelease/artifacts/downloads/*${{DRONE_TAG}}/oss/**.{}".format(
|
||||
package_manager,
|
||||
),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user