Files
ucs-exporter/.drone.sh
Nathan Coad 738c5034b6
All checks were successful
continuous-integration/drone Build is passing
update for CI
2023-09-28 09:36:00 +10:00

9 lines
267 B
Bash

#!/bin/sh
export now=$(TZ=Australia/Sydney date '+%Y%m%d-%H%M%S')
echo $now
echo "build commences"
go build -ldflags "-X main.sha1ver=`git rev-parse HEAD` -X main.buildTime=$now" -o ucs-exporter
echo "build complete"
sha256sum ucs-exporter > smt_checksum.txt
ls -lah