CI: Fix deb/rpm bug for linux package publishing (#72336)

Fix deb/rpm

(cherry picked from commit c3ebd388e3)
(cherry picked from commit 4c9bdef98d)

# Conflicts:
#	.drone.yml
This commit is contained in:
Dimitris Sotirakis
2023-07-26 14:18:00 +03:00
committed by GitHub
parent 488eac0e49
commit e3ec53b418
2 changed files with 4 additions and 4 deletions

View File

@@ -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,
),
},