Skip to content

Commit

Permalink
Fix grafana repo for enterprise and pro builds (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
guicaulada committed Jul 24, 2023
1 parent b8f503a commit de7692f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/drone_publish_tag_enterprise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ go run ./cmd \
--build-id=${DRONE_BUILD_NUMBER} \
--enterprise-dir=${GRAFANA_DIR} \
--grafana-ref=${DRONE_TAG} \
--grafana-repo=grafana/grafana-private-mirror \
--github-token=${GITHUB_TOKEN} \
--version=${DRONE_TAG} \
--destination=${local_dst} \
Expand Down
1 change: 1 addition & 0 deletions scripts/drone_publish_tag_pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ go run ./cmd \
--build-id=${DRONE_BUILD_NUMBER} \
--enterprise-dir=${GRAFANA_DIR} \
--grafana-ref=${DRONE_TAG} \
--grafana-repo=grafana/grafana-private-mirror \
--github-token=${GITHUB_TOKEN} \
--version=${DRONE_TAG} \
--destination=${local_dst} \
Expand Down

0 comments on commit de7692f

Please sign in to comment.