Explorar o código

Re-enable tagged commit check

Christopher Mullins %!s(int64=6) %!d(string=hai) anos
pai
achega
4830eddc87
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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"