tangled
alpha
login
or
join now
regnault.dev
/
spindle-artifact
7
fork
atom
A cli tool to upload an artifact to a tangled repo, mainly during spindle workflows
ci
artifact
spindle
7
fork
atom
overview
issues
pulls
pipelines
Major
regnault.dev
2 months ago
8e4ae571
ef35b9ce
0/1
next-tag.yml
failed
3s
+1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
next-tag.yml
+1
.tangled/workflows/next-tag.yml
···
60
61
command: |
62
echo $GIT_SSH_COMMAND
0
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"