No description
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 ddadevops --user
pip3 install boto3 python-terraform --user
export PATH=$PATH:~/.local/bin
Snapshot
- pyb publish upload
- Versions nr in build.py: hochzählen, *.dev0 anfügen
- sudo pip3 install --pre ddadevops==0.4.0.dev0 --user
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.4.0.dev0 --user
Update to newest dev version
pip3 install --pre ddadevops==0.4.1.dev0 --user
License
Copyright © 2019 meissa GmbH Licensed under the Apache License, Version 2.0 (the "License")