Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
ci(.radicle/ambient.yaml): drop timing steps
Lars Wirzenius committed 8 months ago
commit e9b055705e0f1c0b2edd52490b6d9fef96e6d46e
parent 4cea4f3
1 file changed +0 -17
modified .radicle/ambient.yaml
@@ -1,19 +1,11 @@
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
@@ -48,17 +40,8 @@ plan:
      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