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

Major

+1 -3
+1 -3
.tangled/workflows/next-tag.yml
··· 22 printf $SSH_KEY >> $HOME/.ssh/privkey 23 echo "-----END OPENSSH PRIVATE KEY-----" >> $HOME/.ssh/privkey 24 chmod 600 $HOME/.ssh/privkey 25 - export GIT_SSH_COMMAND="ssh -i $HOME/.ssh/privkey -o IdentitiesOnly=yes" 26 - 27 28 - name: Setup SSH repo 29 command: | ··· 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
··· 22 printf $SSH_KEY >> $HOME/.ssh/privkey 23 echo "-----END OPENSSH PRIVATE KEY-----" >> $HOME/.ssh/privkey 24 chmod 600 $HOME/.ssh/privkey 25 26 - name: Setup SSH repo 27 command: | ··· 64 TAG=$(cat tag) 65 git tag -a $TAG -m "Release $TAG" 66 ls -la $HOME/.ssh 67 + GIT_SSH_COMMAND="ssh -i /tangled/home/.ssh/privkey -o IdentitiesOnly=yes" git push --tags 68 fi