瀏覽代碼

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

Loading…
取消
儲存