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

Major : first release

+1 -1
+1 -1
.tangled/workflows/next-tag.yml
··· 58 59 - name: Push new tag 60 environment: 61 - GIT_SSH_COMMAND: "ssh -i $HOME/.ssh/privkey -o IdentitiesOnly=yes -o" 62 command: | 63 if [ -f "tag" ]; then 64 TAG=$(cat tag)
··· 58 59 - name: Push new tag 60 environment: 61 + GIT_SSH_COMMAND: "ssh -i $HOME/.ssh/privkey -o IdentitiesOnly=yes" 62 command: | 63 if [ -f "tag" ]; then 64 TAG=$(cat tag)