No description
.vscode | ||
src/main/python/ddadevops | ||
.gitignore | ||
.travis.yml | ||
build.py | ||
LICENSE | ||
README.md |
dda-devops-build
| team@social.meissa-gmbh.de | Website & Blog
Setup
sudo apt install python3-pip
#sudo pip3 install pip3 --upgrade
pip3 install pybuilder --user
pip3 install ddadevops --user
export PATH=$PATH:~/.local/bin
Release
- Versions nr in build.py: *.dev0 entfernen
- git commit -m "release"
- git tag [version]
- pyb publish upload
- git push && git push --tag
- Versions nr in build.py: hochzählen, *.dev0 anfügen
- git commit & push
- sudo pip3 install --pre ddadevops==0.3.7.dev0
License
Copyright © 2019 meissa GmbH Licensed under the Apache License, Version 2.0 (the "License")