CI: Travis: script: add: wait for Cachix daemon start/analyze the store

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-05-28 00:32:30 +03:00
parent c0a03231c2
commit 8cc7ed05bb
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 2 additions and 0 deletions

View File

@ -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