mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 04:28:20 +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
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
docker info
|
docker info
|
||||||
docker ps
|
docker ps
|
||||||
|
docker pull alpine
|
||||||
docker run alpine true
|
docker run alpine true
|
||||||
docker swarm init
|
docker swarm init
|
||||||
|
Loading…
Reference in New Issue
Block a user