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