From 78103f725e032c2d54610935a804440cc2af901e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 29 Jan 2024 21:00:04 +0200 Subject: ambient.yaml: fix up sshca project Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 26 ++++++++++++++++---------- 1 file 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 -- cgit v1.2.1