Skip to content

Commit

Permalink
Explcitly use the grafana repository because caching
Browse files Browse the repository at this point in the history
  • Loading branch information
kminehart committed Jul 11, 2024
1 parent 442be1c commit 4a93daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/drone_build_main_enterprise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dagger run --silent go run ./cmd \
--verify \
--build-id=${DRONE_BUILD_NUMBER} \
--grafana-ref=${SOURCE_COMMIT} \
--grafana-repo="https://github.com/grafana/grafana.git" \
--enterprise-ref=${DRONE_COMMIT} \
--github-token=${GITHUB_TOKEN} \
--go-version=${GO_VERSION} \
Expand Down
1 change: 1 addition & 0 deletions scripts/drone_build_main_pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dagger run --silent go run ./cmd \
--verify \
--build-id=${DRONE_BUILD_NUMBER} \
--grafana-ref=${SOURCE_COMMIT} \
--grafana-repo="https://github.com/grafana/grafana.git" \
--enterprise-ref=${DRONE_COMMIT} \
--github-token=${GITHUB_TOKEN} \
--go-version=${GO_VERSION} \
Expand Down

0 comments on commit 4a93daf

Please sign in to comment.