github.com/halhenke/ghq@v0.8.1-0.20180207100234-7e68f823b46d/scripts/release (about) 1 #!/bin/bash 2 3 set -e 4 5 image=$(docker build -q .) 6 7 docker run \ 8 -v $PWD:/go/src/github.com/motemen/ghq \ 9 -w /go/src/github.com/motemen/ghq \ 10 -e GITHUB_TOKEN="$GITHUB_TOKEN" \ 11 "$image" \ 12 ./scripts/docker/release