]> git.r.bdr.sh - rbdr/mobius/commitdiff
Troubleshoot build pipeline
authorJeff Halter <redacted>
Fri, 4 Nov 2022 00:15:45 +0000 (17:15 -0700)
committerJeff Halter <redacted>
Fri, 4 Nov 2022 00:15:45 +0000 (17:15 -0700)
.circleci/config.yml

index 58e63998dfb4d5c05fc2592c4f2f3f7c1ecca905..4b6752dc08ea53a3471cd938724eca5c67742efb 100644 (file)
@@ -32,7 +32,7 @@ jobs:
     steps:
       - checkout
       - run: go get -u github.com/mitchellh/gox
-      - run: go install github.com/tcnksm/ghr
+      - run: go get -u github.com/tcnksm/ghr
       - run: go install github.com/stevenmatthewt/semantics@latest
       - run:
           name: cross compile
@@ -43,6 +43,8 @@ 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