fix(ci): remove sembump (#859)

This commit is contained in:
Luigi Operoso 2023-06-25 15:59:05 +02:00 committed by GitHub
parent 6cceedba77
commit c2c249aa48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,10 @@ jobs:
- name: Bump the version
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
shell: bash
run: make -C backup/pvc sembump && make -C backup/pvc bump-version
run: |
make -C backup/pvc sembump
make -C backup/pvc bump-version
rm backup/pvc/bin/sembump
- name: Login to Quay.io
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
@ -54,6 +57,5 @@ jobs:
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
run: |
git reset --hard
rm bin/sembump
make -C backup/pvc docker-build
make -C backup/pvc docker-release