Skip to content

Commit

Permalink
Add go-version flag to tag scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kminehart committed Sep 8, 2023
1 parent 37b29bf commit ca354a1
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_v_branch_grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dagger run --silent go run ./cmd \
--build-id=${DRONE_BUILD_NUMBER} \
--grafana-dir=${GRAFANA_DIR} \
--github-token=${GITHUB_TOKEN} \
--go-version=${GO_VERSION} \
--destination=${local_dst} \
--gcp-service-account-key-base64=${GCP_KEY_BASE64} > assets.txt

Expand Down
1 change: 1 addition & 0 deletions scripts/drone_publish_tag_grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dagger run --silent go run ./cmd \
--build-id=${DRONE_BUILD_NUMBER} \
--grafana-dir=${GRAFANA_DIR} \
--github-token=${GITHUB_TOKEN} \
--go-version=${GO_VERSION} \
--version=${DRONE_TAG} \
--destination=${local_dst} \
--gcp-service-account-key-base64=${GCP_KEY_BASE64} > assets.txt
Expand Down

0 comments on commit ca354a1

Please sign in to comment.