summaryrefslogtreecommitdiff
path: root/src/content/tils/2020/11/12/git-bisect-automation.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/tils/2020/11/12/git-bisect-automation.adoc')
-rw-r--r--src/content/tils/2020/11/12/git-bisect-automation.adoc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/content/tils/2020/11/12/git-bisect-automation.adoc b/src/content/tils/2020/11/12/git-bisect-automation.adoc
index 936d042..d7ea2ca 100644
--- a/src/content/tils/2020/11/12/git-bisect-automation.adoc
+++ b/src/content/tils/2020/11/12/git-bisect-automation.adoc
@@ -1,9 +1,6 @@
-////
-export sort=1
-////
-
= Git bisect automation
:categories: git
+:sort: 1
It is good to have an standardized way to run builds and tests on the repository
of a project, so that you can find when a bug was introduced by using