summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-06-26 23:10:37 +0300
committerLars Wirzenius <liw@liw.fi>2015-06-26 23:10:37 +0300
commitf178818d55dea4ddf890e1cd0a38458f18fbb6fd (patch)
tree7b637a142d454b2bb9ff32bcabeb58dabcf34965 /doc
parentb4e2be0d76210f987872f91e17744f0df63849bb (diff)
downloadick-f178818d55dea4ddf890e1cd0a38458f18fbb6fd.tar.gz
Enable test for release building
The test does not pass.
Diffstat (limited to 'doc')
-rw-r--r--doc/070-pipeline.yarn6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/070-pipeline.yarn b/doc/070-pipeline.yarn
index b21ef95..85743f9 100644
--- a/doc/070-pipeline.yarn
+++ b/doc/070-pipeline.yarn
@@ -52,11 +52,9 @@ We tag a release and build it. Because our test package is
architecture independent, there aren't versions for each architecture
separately.
-<!--
- WHEN user adds a git tag foo-3.2 on tip of master in foo
- AND user runs ick foo.ick
+ GIVEN a git tag foo-3.2 on tip of master in foo
+ WHEN user runs ick foo.ick
THEN the APT repository for foo.ick contains foo_3.2-1.dsc
THEN the APT repository for foo.ick contains foo_3.2-1_all.deb
THEN the APT repository for foo.ick contains foo_3.2-1.debian8.0.dsc
THEN the APT repository for foo.ick contains foo_3.2-1.debian8.0_all.deb
--->