github.com/rakutentech/cli@v6.12.5-0.20151006231303-24468b65536e+incompatible/ci/scripts/build-and-release-gocd (about)

     1  #!/bin/bash
     2  set -e
     3  
     4  chmod +x out/cf-darwin-amd64
     5  chmod +x out/cf-linux-386
     6  chmod +x out/cf-linux-amd64
     7  chmod +x out/cf-windows-amd64.exe
     8  chmod +x out/cf-windows-386.exe
     9  
    10  ci/scripts/build-installers-gocd
    11  ci/scripts/tar-executables
    12  ci/scripts/upload-binaries-gocd
    13  
    14  #( /bin/bash --login -c "rvm use 1.9 && bin/pivotal-tracker-deliver"; exit 0 )