Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
ci: add date commands to help figure out where time is spent in CI
Lars Wirzenius committed 8 months ago
commit f6cab9bb577bc895edfd4c56dae02516be55643d
parent 6736324
1 file changed +18 -0
modified .radicle/ambient.yaml
@@ -1,11 +1,19 @@
pre_plan:
  - action: cargo_fetch
plan:
+
  - action: shell
+
    shell: |
+
      echo plan execution starts
+
      date
  - action: cargo_fmt
  - action: cargo_clippy

  - action: shell
    shell: |
+
      echo shell action about to start
+
      date
+
  - action: shell
+
    shell: |
      export DEBEMAIL=liw@liw.fi
      export DEBFULLNAME="Lars Wirzenius"
      export CARGO_TARGET_DIR=/workspace/cache
@@ -39,8 +47,18 @@ plan:
      version="$V.ci$T-1"
      dch -v "$version" "CI build under Ambient."
      dch -r ''
+

+
  - action: shell
+
    shell: |
+
      echo deb action about to start
+
      date
  - action: deb

+
  - action: shell
+
    shell: |
+
      echo plan execution ends
+
      date
+

post_plan:
  - action: dput
  - action: rsync