Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
build: list less, for speed
Lars Wirzenius committed 1 year ago
commit d77bcc63fc7acde191eaf507fcb0e6068e2dc705
parent 602a12c
1 file changed +3 -1
modified .radicle/ambient.yaml
@@ -9,11 +9,13 @@ plan:
      export CARGO_HOME=/workspace/deps
      export HOME="$(pwd)"
      export PATH="/root/.cargo/bin:$PATH"
+

      git config --global user.email "test@example.com"
      git config --global user.name "Testy McTestface"

      env
-
      find /root -maxdepth 4 -type f -ls
+
      ls -lA /root/.rustup/toolchains
+

      command -v cargo
      command -v rustc