tangled
alpha
login
or
join now
alpine.girlfag.club
/
refbot
0
fork
atom
SpinShare Referee Bot
refbot.ellite.dev/overlay
0
fork
atom
overview
issues
pulls
pipelines
maybe if i force it
alpinesystem
3 weeks ago
b0d2a3b6
751df806
0/1
buildnpush.yml
failed
3s
+5
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
buildnpush.yml
+5
.tangled/workflows/buildnpush.yml
reviewed
···
15
15
BUILDAH_ISOLATION: "chroot"
16
16
17
17
steps:
18
18
+
- name: Setup user environment
19
19
+
command: |
20
20
+
echo "root:x:0:0:root:/root:/bin/sh" >> /etc/passwd
21
21
+
echo "root:x:0:" >> /etc/group
22
22
+
18
23
- name: Get version from package.json
19
24
command: |
20
25
export VERSION=$(node -p "require('./package.json').version")