Skip to content

Commit

Permalink
Revert drone tag script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
guicaulada committed Sep 1, 2023
1 parent 26d3dda commit 04ba49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/drone_publish_tag_grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dagger run --silent go run ./cmd \
--build-id=${DRONE_BUILD_NUMBER} \
--grafana-dir=${GRAFANA_DIR} \
--github-token=${GITHUB_TOKEN} \
--version=${VERSION} \
--version=${DRONE_TAG} \
--destination=${local_dst} \
--gcp-service-account-key-base64=${GCP_KEY_BASE64} > assets.txt

Expand Down

0 comments on commit 04ba49a

Please sign in to comment.