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

Major : first release

+2 -1
+2 -1
.tangled/workflows/next-tag.yml
··· 54 54 55 55 - name: Push new tag 56 56 environment: 57 - GIT_SSH_COMMAND: "ssh -i $HOME/.ssh/privkey -o IdentitiesOnly=yes" 57 + 58 58 command: | 59 + export GIT_SSH_COMMAND="ssh -i $HOME/.ssh/privkey -o IdentitiesOnly=yes" 59 60 if [ -f "tag" ]; then 60 61 TAG=$(cat tag) 61 62 git tag -a $TAG -m "Release $TAG"