Skip to content
Snippets Groups Projects
Commit 40e0c87d authored by Jose Raul Barreras's avatar Jose Raul Barreras
Browse files

remove duplicated timestamp

parent 94d4901d
No related branches found
No related tags found
4 merge requests!34develop to master,!18sync dependency-check with secrets-detection,!17Resolve "Add Dependency Check",!16Resolve "Add Automated Secrets Detection"
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
......@@ -126,6 +126,7 @@ README_TAIL = `cat ./_README.md | sed -e '1,/%CONTAINERS_LIST%/d'`
README_FOOTER = `echo "\n\r_Last update: \`date\`_\n"`
update_readme:
@echo "$(README_HEAD) \n\n - $(TOOLSET) \n $(README_TAIL) \n$(README_FOOTER)" > README.md
@git add README.md
delete_dangling_images:
@echo "Removing dangling images"
......
......@@ -9,12 +9,7 @@
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`
### Tools available:
_Last update: Thu May 30 15:37:41 CDT 2019_
### Tools available:
- its-registry.unl.edu/unl-its/docker-ci/detect-secrets:latest
- its-registry.unl.edu/unl-its/docker-ci/magento2-unit-test:latest
......@@ -30,6 +25,6 @@ _Last update: Thu May 30 15:37:41 CDT 2019_
- its-registry.unl.edu/unl-its/docker-ci/static-code-analysis:latest
- its-registry.unl.edu/unl-its/docker-ci/static-code-analysis:php
- its-registry.unl.edu/unl-its/docker-ci/static-code-analysis:python
_Last update: Thu May 30 15:37:41 CDT 2019_
_Last update: Thu May 30 16:29:28 CDT 2019_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment