summaryrefslogtreecommitdiff
path: root/subplot/bumper.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/bumper.yaml')
-rw-r--r--subplot/bumper.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/subplot/bumper.yaml b/subplot/bumper.yaml
index d1ee4f0..50cf83c 100644
--- a/subplot/bumper.yaml
+++ b/subplot/bumper.yaml
@@ -16,5 +16,8 @@
- then: "only files {filenames:text} exist in {dirname}"
function: only_these_files_exist_in
-- then: "in {dirname}, git tag {tag} is a signed tag pointing at <{varname}>"
- function: git_tag_points_at
+- then: "in {dirname}, git tag {tag} is a signed tag"
+ function: git_tag_exists
+
+- then: "all changes in {dirname} are committed"
+ function: git_working_tree_is_clean