From b29af806f70ee21d223bcba3e55b3f68639e07f1 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Mon, 30 Nov 2020 17:55:49 +0530 Subject: [PATCH] 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 --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab4eb9cf7..4c985f779 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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