mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
testing infrastructure, issue #1800: Refactor docker testing using Docker in Docker
This commit is contained in:
parent
9990db2f5a
commit
50dd9791f7
1 changed files with 3 additions and 0 deletions
|
@ -138,6 +138,9 @@ sudo('curl -s https://phantomjs.googlecode.com/files/'
|
|||
# Preventively reboot docker-ci daily
|
||||
sudo('ln -s /sbin/reboot /etc/cron.daily')
|
||||
|
||||
# Preventively reboot docker-ci daily
|
||||
sudo('ln -s /sbin/reboot /etc/cron.daily')
|
||||
|
||||
# Build docker-ci containers
|
||||
sudo('cd {}; docker build -t docker .'.format(DOCKER_PATH))
|
||||
sudo('cd {}/nightlyrelease; docker build -t dockerbuilder .'.format(
|
||||
|
|
Loading…
Reference in a new issue