Parcourir la source

Set Travis to skip duplicate build of new JSON

pull/362/head
Dave Machado il y a 7 ans
committed by GitHub
Parent
révision
15f974f127
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      build/deploy.sh

+ 1
- 1
build/deploy.sh Voir le fichier

@@ -24,6 +24,6 @@ git reset upstream/master
mv ../../json .

git add json/
git commit -m "rebuild JSON at ${rev}"
git commit -m "rebuild JSON at ${rev}" -m "[ci skip]"
git push upstream HEAD:master


Chargement…
Annuler
Enregistrer