Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
fix(.radicle/ambient.yaml): set path to include location for rad
Lars Wirzenius committed 1 year ago
commit 4b117f66e9b9c41eb1e45d95432bd47dd5db94b6
parent 59ccc47
1 file changed +3 -1
modified .radicle/ambient.yaml
@@ -14,7 +14,9 @@ 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"
+

+
      rad --version # make sure rad can be executed

      # Configure Git so that it can be used in the tests for this
      # project.