Sfoglia il codice sorgente

Don't require tagged commit while iterating

Christopher Mullins 6 anni fa
parent
commit
46729e1147
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 2 2
      .prepare_docs
  2. 1 1
      .travis.yml

+ 2 - 2
.prepare_docs

@@ -8,8 +8,8 @@ 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
+  #prepare_docs_log "Skipping non-tagged commit."
+  #exit 0
 fi
 
 DOCS_DIR="./docs"

+ 1 - 1
.travis.yml

@@ -38,4 +38,4 @@ deploy:
     keep_history: true
     on:
       repo: sidoh/esp8266_milight_hub
-      tags: true
+      #tags: true