[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 commit c3ebd388e3)
(cherry picked from commit 4c9bdef98dcfb24d8d24dac8117c9d3feb921a06)

# Conflicts:
#	.drone.yml
(cherry picked from commit e3ec53b418)

# Conflicts:
#	.drone.yml
This commit is contained in:
Dimitris Sotirakis
2023-07-27 09:58:24 +03:00
committed by GitHub
parent d5d838eaa1
commit 9203d5b116
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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,
),
},