Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix(.radicle/ambient.yaml): clean up for deb building
Lars Wirzenius committed 1 year ago
commit 1336037b91f1255f3a505332d77fc7b92bca379b
parent 501bb8ca3dbf62735860e9002fedecafc60f5244
1 file changed +6 -7
modified .radicle/ambient.yaml
@@ -32,12 +32,6 @@ plan:
      export HOME=/root
      export PATH="/root/.cargo/bin:$PATH"

-
      # git reset --hard
-
      # git clean -fdx
-
      # git switch main
-
      git status --ignored
-
      # git clean -fdx
-

      cargo doc --workspace

      # FIXME: We can't run upgrade tests from older versions because
@@ -48,7 +42,12 @@ plan:

      subplot docgen ci-broker.subplot -o doc/ci-broker.html
      subplot docgen doc/userguide.subplot -o doc/userguide.html
-
      make -C doc publish
+
      make -C doc
+

+
      # Clean up after tests and documentation building.
+
      git reset --hard
+
      git clean -fdx
+
      git status --ignored

      V="$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')"
      T="$(date -u "+%Y%m%dT%H%M%S")"