]> git.r.bdr.sh - rbdr/mobius/blobdiff - .circleci/config.yml
Troubleshoot build pipeline
[rbdr/mobius] / .circleci / config.yml
index c5b6e98df6dc912ae556fff0f4831463429d2ced..4b6752dc08ea53a3471cd938724eca5c67742efb 100644 (file)
@@ -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