A cli tool to upload an artifact to a tangled repo, mainly during spindle workflows
ci artifact spindle

Major

+2 -1
+2 -1
.tangled/workflows/next-tag.yml
··· 27 27 command: | 28 28 git config --global user.email "evann.regnault@pm.me" 29 29 git config --global user.name "Evann Regnault" 30 + git fetch 31 + git checkout main 30 32 URL=$(git remote get-url origin) 31 33 REPO=${URL#*//*/} 32 34 git remote set-url origin "git@tangled.org:"$REPO ··· 56 58 environment: 57 59 58 60 command: | 59 - git checkout main 60 61 export GIT_SSH_COMMAND="ssh -i $HOME/.ssh/privkey -o IdentitiesOnly=yes" 61 62 if [ -f "tag" ]; then 62 63 TAG=$(cat tag)