feat(CI): add custom bumping scripting instead of pybump

This commit is contained in:
kjeld Schouten-Lebbing
2021-10-19 23:04:30 +02:00
parent c5a86b1393
commit 512862c393
5 changed files with 64 additions and 47 deletions
+1 -8
View File
@@ -23,13 +23,6 @@ jobs:
fetch-depth: 0
ref: master
path: master
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pybump
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- uses: dorny/paths-filter@v2
id: filter
with:
@@ -68,7 +61,7 @@ jobs:
echo "Version does not have to be bumped"
else
echo "Bumping patch version for ${train}/${chart}"
pybump bump --file ./charts/${train}/${chart}/Chart.yaml --level patch
./bump.sh patch ./charts/${train}/${chart}/Chart.yaml
fi
done
- name: Cleanup