Переглянути джерело

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

Завантаження…
Відмінити
Зберегти