Radish alpha
r
Radicle CI adapter for native CI
Radicle
Git (anonymous pull)
Log in to clone via SSH
build: limit find output
Lars Wirzenius committed 1 year ago
commit eadc4f59abbde51271958ef287fb95c974793019
parent 866ac419130710b8423c51fac3ab8193fb6919db
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