Bad build file.
1 files changed, 2 insertions(+), 2 deletions(-) M .build.yml
M .build.yml +2 -2
@@ 5,9 5,9 @@ packages: - gdk-pixbuf2 - glib2 sources: - - https://hg.sr.ht/~ser/gocryptfs + - https://hg.sr.ht/~ser/gocryptkeeper tasks: - - build: | + build: | T=$(hg log -r "." --template "{latesttag}\n") [[ $T == "" ]] && T=$(hg bookmark -l . --template '{bookmarks}-{node|short}\n') go build -ldflags="-X main.Version=$T -s -w" .