Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Charles Ferguson
wunderground
Commits
2ab9a737
Commit
2ab9a737
authored
Apr 21, 2019
by
Charles Ferguson
Browse files
Updated to latest CI version.
parent
4876cbc7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
21 deletions
+24
-21
.gitattributes
.gitattributes
+2
-0
.gitignore
.gitignore
+12
-13
.gitmodules
.gitmodules
+1
-1
ci
ci
+1
-1
project.config
project.config
+8
-6
No files found.
.gitattributes
View file @
2ab9a737
# All text files should be LFs
* text=auto eol=lf
*.png binary
.gitignore
View file @
2ab9a737
# Platform annoyances
.DS_Store
# Editor generated files
*.swp
/.project
# Tool generated files
*.pyc
*.pyo
/build-docs
/.project
/venv
/venv3
/perllib
/output_*
/.coverage
/cover_db
htmlcov
cover
coverage.xml
nosetests.xml
/test_results
.noseids
__pycache__
# CI generated directories
/.env
/artifacts
/ci-logs
.gitmodules
View file @
2ab9a737
[submodule "ci"]
path = ci
url = ../ci-scripts
url = ../ci-scripts
.git
ci
@
306b8d9f
Subproject commit
9299a45cd13569fd8d82e862100a1f592993c067
Subproject commit
306b8d9f3f9e70ac8f24bec22b3494a916ce8712
project.config
View file @
2ab9a737
...
...
@@ -3,9 +3,11 @@
# coverage_limit
# version
# version_git_tag
# {python,perl}_enabled
# <action>_{python,perl}_tool
# test_{python,perl}_files
# lint_{python,perl}_files
# docs_{python,perl}_files
# coverage_{python,perl}_ignore
# <language>_enabled
# <action>_<language>_tool: <tool>[ <version>]
# test_<language>_files
# lint_<language>_files
# docs_<language>_files
# coverage_<language>_ignore
# inttest_<language>_invoke: <command>[@<invocation-directory>]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment