Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix(ci-broker.md): run set-rid with $PATH set correctly
Lars Wirzenius committed 1 year ago
commit 84eb898b71cc8b0f5027cfb5264e837649ea1711
parent 58e7b83d3be8563a2df71752d8a6948943b3d923
1 file changed +2 -2
modified ci-broker.md
@@ -238,7 +238,7 @@ when I run bash radenv.sh bash setup-node.sh
given an installed synthetic-events
given file refsfetched.json
given file set-rid
-
when I run env HOME=../homedir python3 set-rid refsfetched.json testy
+
when I run bash radenv.sh env HOME=../homedir python3 set-rid refsfetched.json testy
when I run synthetic-events synt.sock refsfetched.json --log log.txt

given an installed cib
@@ -281,7 +281,7 @@ when I run bash radenv.sh bash setup-node.sh
given an installed synthetic-events
given file refsfetched.json
given file set-rid
-
when I run env HOME=../homedir python3 set-rid refsfetched.json testy
+
when I run bash radenv.sh env HOME=../homedir python3 set-rid refsfetched.json testy
when I run synthetic-events synt.sock refsfetched.json --log log.txt

given file adapter.sh from adapter-with-url.sh