Skip to content

Commit

Permalink
Fix version string on nightly build script
Browse files Browse the repository at this point in the history
  • Loading branch information
guicaulada committed Sep 1, 2023
1 parent 6724745 commit f5a15d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/drone_build_nightly_grafana.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
ver=nightly-${DRONE_COMMIT_SHA:0:8}
ver="nightly-${DRONE_COMMIT_SHA:0:8}"
dst="${DESTINATION}/nightly/${ver}"
set -e

Expand Down

0 comments on commit f5a15d4

Please sign in to comment.