voidwalker/scripts/deploy.sh
2020-08-11 17:23:56 +02:00

7 lines
387 B
Bash
Executable file

#!/usr/bin/env bash
export IMPORTPATH="github.com/lbryio/voidwalker"
export VERSIONSHORT="${TRAVIS_COMMIT:-"$(git describe --tags --always --dirty)"}"
export VERSIONLONG="${TRAVIS_COMMIT:-"$(git describe --tags --always --dirty --long)"}"
export COMMITMSG="$(echo ${TRAVIS_COMMIT_MESSAGE:-"$(git show -s --format=%s)"} | tr -d '"' | head -n 1)"
curl -sL https://git.io/goreleaser | bash