We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b456e commit d40fca4Copy full SHA for d40fca4
build.sh
@@ -3,4 +3,6 @@
3
commit=$(git show --no-patch --format='%H')
4
buildTime=$(date -u)
5
6
+printf 'Building migration-verifier …\n\tcommit: %s\n\tbuildTime: %s\n' "$commit" "$buildTime"
7
+
8
go build -ldflags="-X 'main.Revision=$commit' -X 'main.BuildTime=$buildTime'" main/migration_verifier.go
0 commit comments