From 8cc7ed05bb5ba73519b0f741c40f7da296d4add8 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Thu, 28 May 2020 00:32:30 +0300 Subject: [PATCH] CI: Travis: script: add: wait for Cachix daemon start/analyze the store M .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b1e8129..3370616 100644 --- a/.travis.yml +++ b/.travis.yml @@ -127,6 +127,8 @@ script: - cachix use "$name" # NOTE: If key is set - use Cachix push, else - proceed without it - if [ ! "$CACHIX_SIGNING_KEY" = "" ]; then cachix push "$name" --watch-store& fi + # NOTE: Brush timeout for previous daemon to start + - sleep 2 # # - if [ ! "$CACHIX_SIGNING_KEY" = "" ]; then ./build.sh | cachix push hnix; else ./build.sh; fi