summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-10 13:38:15 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-10 13:38:15 +0300
commitf77f1ae0faf4a527841c2e48163d8e357e8f63ac (patch)
treeca0f5377bbc3ade4e4a2d4ca0c416c89a9cccfda
parent60853f622667db59b3897a66007a938bf1edea14 (diff)
downloadvmdb2-f77f1ae0faf4a527841c2e48163d8e357e8f63ac.tar.gz
Change: contractor.yaml to not save workspace
-rw-r--r--contractor.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/contractor.yaml b/contractor.yaml
index a3a8c57..a960bc6 100644
--- a/contractor.yaml
+++ b/contractor.yaml
@@ -14,8 +14,12 @@ install:
- ansible
- moreutils
- git
+ - cmdtest
+ - pandoc
source: .
-workspace: ~/tmp/contractor/vmdb2
+# We build many huge images, and there's no use for them, so don't
+# save them.
+# workspace: ~/tmp/contractor/vmdb2
build: |
export LC_ALL=C.UTF-8