Explorar el Código

Never add temporary directories to repo

This requires at least Git 1.9.0.
master
JustAnotherArchivist hace 3 años
padre
commit
4d6c737b5d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      run

+ 1
- 1
run Ver fichero

@@ -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

Cargando…
Cancelar
Guardar