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:
Madhu Rajanna 2020-11-30 17:55:49 +05:30 committed by Niels de Vos
parent 40ae60cbe4
commit b29af806f7

View File

@ -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