1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 07:30:42 +00:00

Fix validation tests, update deps and use the rancher/docker version that uses logrus for daemon

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-07-17 22:46:42 +10:00
parent a40ac4ea03
commit 32061238aa
20 changed files with 463 additions and 286 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# help: Run go unit tests
set -e
set -ex
cd $(dirname $0)/..