]> git.r.bdr.sh - rbdr/mobius/blobdiff - .circleci/config.yml
Troubleshoot build pipeline
[rbdr/mobius] / .circleci / config.yml
index 4b6752dc08ea53a3471cd938724eca5c67742efb..a5fde65fca0cd75b33c14fd2f1b48637744d5b48 100644 (file)
@@ -32,7 +32,7 @@ jobs:
     steps:
       - checkout
       - run: go get -u github.com/mitchellh/gox
-      - run: go get -u github.com/tcnksm/ghr
+      - run: go install github.com/tcnksm/ghr@latest
       - run: go install github.com/stevenmatthewt/semantics@latest
       - run:
           name: cross compile
@@ -43,8 +43,6 @@ jobs:
           name: create release
           command: |
             tag=$(/home/circleci/go/bin/semantics --output-tag)
-            # temp troubleshooting >:(
-            find / -name ghr
             if [ "$tag" ]; then
               /home/circleci/go/bin/ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace $tag dist/
             else