[v9.4.x] CI: Fix deb/rpm bug for linux package publishing (#72422)
CI: Fix `deb/rpm` bug for linux package publishing (#72336) Fix deb/rpm (cherry picked from commitc3ebd388e3) (cherry picked from commit 4c9bdef98dcfb24d8d24dac8117c9d3feb921a06) # Conflicts: # .drone.yml (cherry picked from commite3ec53b418) # Conflicts: # .drone.yml
This commit is contained in:
@@ -1191,7 +1191,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