Compare commits

...

1 Commits

Author SHA1 Message Date
cclecle
bf9b4f2207 update from pychangelogfactory 2023-03-22 23:05:20 +00:00
2 changed files with 9 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -137,7 +137,7 @@ pipeline {
script {
if(_PROJECT_NAME!="pygitversionhelper") {
sh(". ~/TOOLS_ENV/bin/activate && pip install git+https://chacha.ddns.net/gitea/chacha/pygitversionhelper.git@master")
sh(". ~/TOOLS_ENV/bin/activate && pip install pygitversionhelper")
}
else
{

View File

@@ -1,3 +1,11 @@
# pyChaChaDummyProject (c) by chacha
#
# pyChaChaDummyProject is licensed under a
# Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Unported License.
#
# You should have received a copy of the license along with this
# work. If not, see <https://creativecommons.org/licenses/by-nc-sa/4.0/>.
docs_dir: docs
site_name: pygitversionhelper
site_url: 'https://chacha.ddns.net/mkdocs-web/chacha/pygitversionhelper/latest/'