1
0
mirror of https://github.com/rancher/os.git synced 2025-09-13 13:39:53 +00:00

Merge pull request #1233 from joshwget/drone

Update for Drone 0.5
This commit is contained in:
Darren Shepherd
2016-09-14 10:51:24 -07:00
committed by GitHub
2 changed files with 9 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
build:
image: rancher/dapper:1.10.3
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- dapper ci
---
pipeline:
build:
image: rancher/dapper:1.10.3
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- dapper ci

View File

@@ -14,4 +14,4 @@ if [ ! -e ../dist/artifacts/initrd ]; then
../scripts/dev
fi
go test -timeout 20m
go test -timeout 30m