Преглед на файлове

Re-enable tagged commit check

Christopher Mullins преди 6 години
родител
ревизия
4830eddc87
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      .prepare_docs

+ 4 - 4
.prepare_docs

@@ -21,10 +21,10 @@ prepare_docs_log() {
 }
 
 # Only run for tagged commits
-# if [ -z "$(git tag -l --points-at HEAD)" ]; then
-  #prepare_docs_log "Skipping non-tagged commit."
-  #exit 0
-# fi
+if [ -z "$(git tag -l --points-at HEAD)" ]; then
+  prepare_docs_log "Skipping non-tagged commit."
+  exit 0
+fi
 
 DOCS_DIR="./docs"
 DIST_DIR="./dist/docs"