github.com/kazu/ghq@v0.8.1-0.20180818162325-dedd532b4440/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