ソースを参照

Never add temporary directories to repo

This requires at least Git 1.9.0.
master
JustAnotherArchivist 3年前
コミット
4d6c737b5d
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      run

+ 1
- 1
run ファイルの表示

@@ -43,6 +43,6 @@ fi
printf "%s\n" "${profiles[@]}" | LC_ALL=C sort >dockerhub-metadata.profiles

# git stuffs
git add --all
git add --all -- ':!.tmp.*'
git commit --message 'Automatic run'
git push

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