From f915a4bf204fa6d7868a7c59f8700aa80d1fd50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Mon, 21 Jun 2021 13:01:24 +0300 Subject: [PATCH] travis: move docker steps further to prevent hanging other builders --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index eade5792c..120ce02f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ jobs: - go run build/ci.go lint # These builders create the Docker sub-images for multi-arch push - - stage: prebuild + - stage: build if: type = push os: linux arch: amd64 @@ -40,7 +40,7 @@ jobs: script: - go run build/ci.go docker -image -upload karalabe/geth-docker-test - - stage: prebuild + - stage: build if: type = push os: linux arch: arm64 @@ -56,7 +56,7 @@ jobs: - go run build/ci.go docker -image -upload karalabe/geth-docker-test # This builder does the Docker Hub multi-arch image - - stage: build + - stage: publish if: type = push os: linux dist: bionic