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 650367e commit 820dbb8Copy full SHA for 820dbb8
build.sh
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+
3
+commit=$(git show --no-patch --format='%H')
4
5
+go build -ldflags="-X 'main.Revision=$commit'" main/migration_verifier.go
0 commit comments