thread compile_mjml

This commit is contained in:
Harvey Tindall
2021-03-13 17:05:59 +00:00
parent 03247ddef8
commit 5892899114
3 changed files with 19 additions and 6 deletions
+2
View File
@@ -1,3 +1,5 @@
#!/bin/bash
# sets version environment variable for goreleaser to use
# scripts/version.sh goreleaser ...
JFA_GO_VERSION=$(git describe --exact-match HEAD 2> /dev/null || echo 'vgit')
JFA_GO_VERSION="$(echo $JFA_GO_VERSION | sed 's/v//g')" $@