Skip to content

Commit

Permalink
fix: Pin commits in enterprise pipelines (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok authored Oct 18, 2023
1 parent dba48a7 commit e168b40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/drone_publish_main_enterprise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ dagger run --silent go run ./cmd \
--distro=linux/arm64 \
--grafana=false \
--grafana-repo=https://github.com/grafana/grafana-security-mirror.git \
--grafana-ref=${SOURCE_COMMIT} \
--enterprise \
--enterprise-ref=${DRONE_COMMIT} \
--checksum \
--build-id=${DRONE_BUILD_NUMBER} \
--github-token=${GITHUB_TOKEN} \
Expand Down
2 changes: 2 additions & 0 deletions scripts/drone_publish_main_pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ dagger run --silent go run ./cmd \
--edition=pro \
--checksum \
--enterprise \
--enterprise-ref=${DRONE_COMMIT} \
--grafana=false \
--grafana-repo=https://github.com/grafana/grafana-security-mirror.git \
--grafana-ref=${SOURCE_COMMIT} \
--build-id=${DRONE_BUILD_NUMBER} \
--github-token=${GITHUB_TOKEN} \
--go-version=${GO_VERSION} \
Expand Down

0 comments on commit e168b40

Please sign in to comment.