summaryrefslogtreecommitdiff
path: root/ambient.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ambient.yaml')
-rw-r--r--ambient.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ambient.yaml b/ambient.yaml
index 2f57aa9..94c4d08 100644
--- a/ambient.yaml
+++ b/ambient.yaml
@@ -69,6 +69,7 @@ projects:
- action: shell
shell: |
export PATH="/root/.cargo/bin:$PATH"
+ export CARGO_TARGET_DIR=/workspace/cache
subplot codegen clab.subplot -o test.py
rm -f test.log
if ! python3 test.py --log test.log; then
@@ -77,6 +78,7 @@ projects:
fi
rm -f test.log test.py
git status --ignored
+ git clean -fdx
V="$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')"
T="$(date -u "+%Y%m%dT%H%M%S")"