Chargeback Intelligence Dashboard
Point in time snapshots of consumption.
Build Time
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, "
Chargeback Intelligence Dashboard
Point in time snapshots of consumption.
Build Time
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/scripts/drone.sh b/scripts/drone.sh index 5837726..51b9f83 100755 --- a/scripts/drone.sh +++ b/scripts/drone.sh @@ -35,7 +35,7 @@ do starttime=$(TZ=Australia/Sydney date +%Y-%m-%dT%T%z) echo "build commences at $starttime" - env GOOS=$GOOS GOARCH=$GOARCH go build -trimpath -ldflags="-X main.version=$package_version -X main.commit=$commit -X main.buildTime=$buildtime" -o build/$output_name $package + env GOOS=$GOOS GOARCH=$GOARCH go build -trimpath -ldflags="-X main.version=$package_version -X main.sha1ver=$commit -X main.buildTime=$buildtime" -o build/$output_name $package if [ $? -ne 0 ]; then echo 'An error has occurred! Aborting the script execution...' exit 1