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
Test
regnault.dev
3 months ago
644247b6
fa68aa19
1/1
next-tag.yml
success
2s
+2
-4
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
next-tag.yml
release.yml
+2
.tangled/workflows/next-tag.yml
···
17
17
- name: Setup SSH
18
18
command: |
19
19
mkdir -p $HOME/.ssh
20
20
+
printf "PLACEHOLDER SSH_KEY"
21
21
+
printf $SSH_KEY
20
22
echo "-----BEGIN OPENSSH PRIVATE KEY-----" > $HOME/.ssh/privkey
21
23
printf $SSH_KEY >> $HOME/.ssh/privkey
22
24
echo "-----END OPENSSH PRIVATE KEY-----" >> $HOME/.ssh/privkey
-4
.tangled/workflows/release.yml
···
9
9
- go
10
10
- semver-tool
11
11
12
12
-
# custom registry
13
13
-
git+https://tangled.org/regnault.dev/spindle-artifact:
14
14
-
- spindle-artifact
15
15
-
16
12
steps:
17
13
- name: Build
18
14
command: |