Handle no cache found situation

This commit is contained in:
Kirill Fedoseev 2019-11-03 13:53:49 +03:00
parent 62c1dd8064
commit 5489ebaaf2
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ orbs:
steps:
- run:
name: "Load tss image from archive"
command: docker load -i ./workspace/tss.tar.gz
command: docker load -i ./workspace/tss.tar.gz || true
save_docker_logs:
description: "Save docker logs"
parameters: