浏览代码

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

正在加载...
取消
保存