mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
ci: remove multi stage build from travis ci
removing multi stage build from travis CI as we are moving to github action. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
40ae60cbe4
commit
b29af806f7
@ -92,11 +92,6 @@ jobs:
|
||||
- make go-test TEST_COVERAGE=stdout GO_COVER_DIR=_output/
|
||||
- make mod-check
|
||||
|
||||
- stage: build testing
|
||||
name: Build multi-architecture image for amd64 and arm64
|
||||
script:
|
||||
- ./scripts/build-multi-arch-image.sh || travis_terminate 1;
|
||||
|
||||
- stage: deploy
|
||||
name: push artifacts to repositories
|
||||
script: ./deploy.sh
|
||||
|
Loading…
Reference in New Issue
Block a user