Ver a proveniência

Set Travis to skip duplicate build of new JSON

pull/362/head
Dave Machado há 7 anos
committed by GitHub
ascendente
cometimento
15f974f127
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      build/deploy.sh

+ 1
- 1
build/deploy.sh Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar