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

Major

+1
+1
.tangled/workflows/next-tag.yml
··· 65 if [ -f "tag" ]; then 66 TAG=$(cat tag) 67 git tag -a $TAG -m "Release $TAG" 68 GIT_SSH_COMMAND="ssh -i $HOME/.ssh/privkey -o IdentitiesOnly=yes" git push --tags 69 fi
··· 65 if [ -f "tag" ]; then 66 TAG=$(cat tag) 67 git tag -a $TAG -m "Release $TAG" 68 + ls -la $HOME/.ssh 69 GIT_SSH_COMMAND="ssh -i $HOME/.ssh/privkey -o IdentitiesOnly=yes" git push --tags 70 fi