Skip to content

Commit

Permalink
Add dir and ref to enterprise and pro scripts (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
guicaulada committed Jul 24, 2023
1 parent 30a9f07 commit b8f503a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/drone_publish_tag_enterprise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ go run ./cmd \
--enterprise \
--grafana=false \
--build-id=${DRONE_BUILD_NUMBER} \
--grafana-dir=${GRAFANA_DIR} \
--enterprise-dir=${GRAFANA_DIR} \
--grafana-ref=${DRONE_TAG} \
--github-token=${GITHUB_TOKEN} \
--version=${DRONE_TAG} \
--destination=${local_dst} \
Expand Down
3 changes: 2 additions & 1 deletion scripts/drone_publish_tag_pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ go run ./cmd \
--enterprise \
--grafana=false \
--build-id=${DRONE_BUILD_NUMBER} \
--grafana-dir=${GRAFANA_DIR} \
--enterprise-dir=${GRAFANA_DIR} \
--grafana-ref=${DRONE_TAG} \
--github-token=${GITHUB_TOKEN} \
--version=${DRONE_TAG} \
--destination=${local_dst} \
Expand Down

0 comments on commit b8f503a

Please sign in to comment.