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