Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
#39 use 'travis_retry' for docker image build script
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob committed Feb 7, 2019
1 parent ca8a934 commit bcd8dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
before_script: skip
script:
- yarn
- ./build_and_push_docker_images.sh;
- travis_retry ./build_and_push_docker_images.sh;
- ./che-plugins/build.sh
- stage: deploy
os: linux
Expand Down

0 comments on commit bcd8dac

Please sign in to comment.