summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-26 19:15:55 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-26 19:15:55 +0300
commit13ebd85c546cb03c31946a14c4530218f762e6b1 (patch)
treedcdadb56f46863e8d68123201ee56b0734a9952b
parentd1b021d4cf0de9e65ca763190a44841be4e087c1 (diff)
downloadliw-ci-13ebd85c546cb03c31946a14c4530218f762e6b1.tar.gz
Revert "don't build deb if not a Debian package"
This reverts commit 4d8d2cfe5610a292e0df450ae2b2b4a7351ea87a.
-rw-r--r--ci-prod.ick5
1 files changed, 0 insertions, 5 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index 74fb727..e7de713 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -1238,11 +1238,6 @@ pipelines:
actions:
- where: container
shell: |
- if ! [ -e debian ]
- then
- echo this is not a Debian package
- exit 0
- fi
echo build_deb_ci_with_rustup_rust
export PATH="/workspace/.cargo/bin:$PATH"