fix(ci): remove sembump (#859)
This commit is contained in:
parent
6cceedba77
commit
c2c249aa48
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue