summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylint.conf1
-rw-r--r--yarns/400-build.yarn5
2 files changed, 6 insertions, 0 deletions
diff --git a/pylint.conf b/pylint.conf
index 8041750..79d8b83 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -7,6 +7,7 @@ disable=
inconsistent-return-statements,
invalid-name,
missing-docstring,
+ no-member,
no-self-use,
not-callable,
redefined-outer-name,
diff --git a/yarns/400-build.yarn b/yarns/400-build.yarn
index 0d75ec0..b167dd7 100644
--- a/yarns/400-build.yarn
+++ b/yarns/400-build.yarn
@@ -92,6 +92,11 @@ Register a worker.
... }
THEN result has status code 201
+Trigger build of project that doesn't exist.
+
+ WHEN user makes request GET /projects/eldorado/+trigger
+ THEN result has status code 999
+
Trigger build.
WHEN user makes request GET /projects/rome/+trigger