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
··· 60 60 61 61 command: | 62 62 echo $GIT_SSH_COMMAND 63 + ssh-keygen -f rsa.pem -y /tangled/home/.ssh/privkey 63 64 if [ -f "tag" ]; then 64 65 TAG=$(cat tag) 65 66 git tag -a $TAG -m "Release $TAG"