Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
fix: use new workspace path in Ambient
Lars Wirzenius committed 1 month ago
commit ce827de8b98d670a4da37d971955117f0651d964
parent 8336d8c
1 file changed +3 -3
modified .radicle/ambient.yaml
@@ -8,8 +8,8 @@ plan:

  - action: shell
    shell: |
-
      export CARGO_TARGET_DIR=/workspace/cache
-
      export CARGO_HOME=/workspace/deps
+
      export CARGO_TARGET_DIR=/ci/cache
+
      export CARGO_HOME=/ci/deps
      export HOME=/root
      export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH"

@@ -30,7 +30,7 @@ plan:
      subplot docgen ci-broker.subplot -o doc/ci-broker.html
      subplot docgen doc/userguide.subplot -o doc/userguide.html
      make -C doc
-
      cp doc/*.html /workspace/artifacts/.
+
      cp doc/*.html /ci/artifacts/.

  - action: custom
    name: dch