Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
build: limit find output
Lars Wirzenius committed 1 year ago
commit eadc4f59abbde51271958ef287fb95c974793019
parent 866ac41
1 file changed +1 -1
modified .radicle/ambient.yaml
@@ -10,7 +10,7 @@ plan:
      export PATH="/root/.cargo/bin:$PATH"

      env
-
      find /root -type f -ls
+
      find /root -maxdepth 4 -type f -ls
      command -v cargo
      command -v rustc