Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
ci(.radicle/ambient.yaml): add Radicle bin directory to path
Lars Wirzenius committed 1 year ago
commit d035b4fd8d8454cfbfa0d04de8e29a8a0e7f664e
parent dafd585a309637a4c95ac7ebcc86347532ac1a85
1 file changed +4 -1
modified .radicle/ambient.yaml
@@ -30,7 +30,10 @@ plan:
      export CARGO_TARGET_DIR=/workspace/cache
      export CARGO_HOME=/workspace/deps
      export HOME=/root
-
      export PATH="/root/.cargo/bin:$PATH"
+
      export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH"
+

+
      # Check that `rad` is there.
+
      rad --help >/dev/null || (echo rad is not there; exit 1)

      cargo doc --workspace --no-deps