tangled
alpha
login
or
join now
regnault.dev
/
webfishing-atproto
8
fork
atom
this repo has no description
8
fork
atom
overview
issues
pulls
pipelines
test
regnault.dev
5 months ago
fb7902aa
c0bca086
0/1
build-publish.yaml
failed
1min 15s
+5
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build-publish.yaml
+5
-2
.tangled/workflows/build-publish.yaml
···
24
24
- gcc
25
25
26
26
steps:
27
27
-
- name: "Log"
28
28
-
command: "whoami && id"
27
27
+
# SETUP passwd
28
28
+
- name: "Create /etc/passwd"
29
29
+
command: "echo root:x:0:0::$PWD/home:/usr/bin/bash > /etc/passwd"
30
30
+
- name: "Create fake home"
31
31
+
command: "mkdir $PWD/home"
29
32
30
33
# GODOTSTEAM
31
34
- name: "Get GodotSteam"