From c4ca405653fc168d5bdf0a60156b2ad1acb01c86 Mon Sep 17 00:00:00 2001 From: Jose Raul Barreras <barreras@unl.edu> Date: Thu, 30 May 2019 16:58:17 -0500 Subject: [PATCH] add .dev/bootstrap.sh --- .dev/bootstrap.sh | 2 ++ README.md | 4 ++-- _README.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100755 .dev/bootstrap.sh diff --git a/.dev/bootstrap.sh b/.dev/bootstrap.sh new file mode 100755 index 0000000..bcc0fb6 --- /dev/null +++ b/.dev/bootstrap.sh @@ -0,0 +1,2 @@ +#/bin/sh +cp .dev/hooks/pre-commit .git/hooks/ diff --git a/README.md b/README.md index 32988a6..d164291 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### Building Images To build these images, clone this repository onto a machine with docker and make installed. Run `make` and all of the images will be built and installed as local docker images. -This file is automatically updated after execute `git commit` based on the content of file `_README.md` +This file is automatically updated after execute `git commit` based on the content of file `_README.md` To enable this feature, execute `.dev/bootstrap.sh` after cloning the repo. ### Available tools @@ -27,4 +27,4 @@ This file is automatically updated after execute `git commit` based on the conte - its-registry.unl.edu/unl-its/docker-ci/static-code-analysis:python - _Last update: Thu May 30 16:38:30 CDT 2019_ + _Last update: Thu May 30 16:58:18 CDT 2019_ diff --git a/_README.md b/_README.md index 4bfff24..9f6b66d 100644 --- a/_README.md +++ b/_README.md @@ -7,7 +7,7 @@ ### Building Images To build these images, clone this repository onto a machine with docker and make installed. Run `make` and all of the images will be built and installed as local docker images. -This file is automatically updated after execute `git commit` based on the content of file `_README.md` +This file is automatically updated after execute `git commit` based on the content of file `_README.md` To enable this feature, execute `.dev/bootstrap.sh` after cloning the repo. ### Available tools -- GitLab