]> git.r.bdr.sh - rbdr/mobius/blobdiff - .circleci/config.yml
Troubleshoot build pipeline
[rbdr/mobius] / .circleci / config.yml
index d93cacc9d239aaf7558c7b4f6494f119bf0972b8..4b6752dc08ea53a3471cd938724eca5c67742efb 100644 (file)
@@ -43,8 +43,10 @@ jobs:
           name: create release
           command: |
             tag=$(/home/circleci/go/bin/semantics --output-tag)
           name: create release
           command: |
             tag=$(/home/circleci/go/bin/semantics --output-tag)
+            # temp troubleshooting >:(
+            find / -name ghr
             if [ "$tag" ]; then
             if [ "$tag" ]; then
-              ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace $tag dist/
+              /home/circleci/go/bin/ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace $tag dist/
             else
               echo "The commit message(s) did not indicate a major/minor/patch version."
             fi
             else
               echo "The commit message(s) did not indicate a major/minor/patch version."
             fi