drone debug

This commit is contained in:
Vadim Stepanov 2022-08-30 19:11:40 +01:00
parent c71debc2e5
commit 571bfd24bd
No known key found for this signature in database
GPG key ID: 6C3A5A9D5F62C114

View file

@ -7,7 +7,6 @@ steps:
- name: Build Plugin
image: node:14.6.0-stretch
commands:
- echo $${DRONE_TAG}
- apt-get update
- apt-get --assume-yes install jq
- cd grafana-plugin/
@ -298,7 +297,7 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
target: grafana/oncall:$${DRONE_TAG}
target: grafana/oncall:${DRONE_TAG}
template: grafana/oncall:${DRONE_TAG}-ARCH-OS
platforms:
- linux/amd64
@ -383,6 +382,6 @@ kind: secret
name: drone_token
---
kind: signature
hmac: 9b84b0bba4ca719f7b6eab93b7972f5a4ae348184374e112228607536727d27b
hmac: 664d7a6f2620b1fbc110f968da3668db91fab35baeb0214e178579ac7a422fc3
...