Skip to content

Commit

Permalink
Add nightly build support to oss publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
guicaulada committed Aug 31, 2023
1 parent 44b33f5 commit 209553c
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=${DRONE_TAG} \
--version=${VERSION} \
--destination=${local_dst} \
--gcp-service-account-key-base64=${GCP_KEY_BASE64} > assets.txt

Expand Down

0 comments on commit 209553c

Please sign in to comment.