Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNL ITS
docker-ci
Commits
4462ec78
Commit
4462ec78
authored
5 years ago
by
Jose Raul Barreras
Browse files
Options
Downloads
Patches
Plain Diff
fix error listing the available tools
parent
efc34de4
No related branches found
No related tags found
1 merge request
!17
Resolve "Add Dependency Check"
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+0
-1
0 additions, 1 deletion
Makefile
README.md
+1
-1
1 addition, 1 deletion
README.md
with
1 addition
and
2 deletions
Makefile
+
0
−
1
View file @
4462ec78
...
...
@@ -130,7 +130,6 @@ README_HEAD = `cat ./_README.md | sed -e '/%CONTAINERS_LIST%/Q'`
README_TAIL
=
`
cat
./_README.md |
sed
-e
'1,/%CONTAINERS_LIST%/d'
`
README_FOOTER
=
`
echo
"
\n\r
_Last update:
\`
date
\`
_
\n
"
`
update_readme
:
echo
$(
TOOLSET
)
@
echo
"
$(
README_HEAD
)
\n\n
$(
TOOLSET
)
\n
$(
README_TAIL
)
\n
$(
README_FOOTER
)
"
>
README.md
@
git add README.md
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
4462ec78
...
...
@@ -30,4 +30,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: Fri May 31 17:38:
15
CDT 2019_
_Last update: Fri May 31 17:38:
34
CDT 2019_
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment