浏览代码

Set Travis to skip duplicate build of new JSON

pull/362/head
Dave Machado 7 年前
committed by GitHub
父节点
当前提交
15f974f127
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      build/deploy.sh

+ 1
- 1
build/deploy.sh 查看文件

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


正在加载...
取消
保存