소스 검색

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

불러오는 중...
취소
저장