mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
Merge pull request #484 from justincormack/testlog
log what we are doing in tests, and split pull and run
This commit is contained in:
commit
14d1ad3751
@ -1,8 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -ex
|
||||
|
||||
docker info
|
||||
docker ps
|
||||
docker pull alpine
|
||||
docker run alpine true
|
||||
docker swarm init
|
||||
|
Loading…
Reference in New Issue
Block a user