summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-29 21:00:04 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-29 21:00:04 +0200
commit78103f725e032c2d54610935a804440cc2af901e (patch)
treecd08e031d1871435cc79c21512889961672080c8
parenta1afa9bef338f4eca98c32d0bf2e91ed5a7d03dd (diff)
downloadliw-dot-files-78103f725e032c2d54610935a804440cc2af901e.tar.gz
ambient.yaml: fix up sshca project
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml26
1 files changed, 16 insertions, 10 deletions
diff --git a/ambient.yaml b/ambient.yaml
index 19955eb..320aa47 100644
--- a/ambient.yaml
+++ b/ambient.yaml
@@ -469,16 +469,22 @@ projects:
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- # - action: shell
- # shell: |
- # export PATH="/root/.cargo/bin:$PATH"
-
- # V="$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')"
- # T="$(date -u "+%Y%m%dT%H%M%S")"
- # version="$V.ci$T-1"
- # dch -v "$version" "CI build under Ambient."
- # dch -r ''
- # - action: deb
+ - action: shell
+ shell: |
+ export PATH="/root/.cargo/bin:$PATH"
+
+ V="$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')"
+ T="$(date -u "+%Y%m%dT%H%M%S")"
+ version="$V.ci$T-1"
+ dch -v "$version" "CI build under Ambient."
+ dch -r ''
+
+ ls -l /usr/bin/cargo
+ ls -l /usr/bin/rustc
+ ls -l /root/.cargo/bin
+ - action: deb
+ post_plan:
+ - action: dput
sshca.liw.fi:
image: ~/tmp/ambient/ambient-boot.qcow2