ソースを参照

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


読み込み中…
キャンセル
保存