Skip to content

Commit cfafe1f

Browse files
authored
chore: Add git to publish step (#962)
Installs git as a requirement before publishing the plugin when promoting to production.
1 parent b26edd9 commit cfafe1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.drone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ steps:
260260
GRAFANA_API_KEY:
261261
from_secret: signing_token
262262
commands:
263+
- ./scripts/install-ci-deps-apt.sh
263264
- ls -al ./scripts
264265
- ./scripts/publish-gcom.sh
265266

0 commit comments

Comments
 (0)