mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
Some diagnostic messages have been added
This commit is contained in:
@@ -23,6 +23,7 @@ fi
|
|||||||
|
|
||||||
# Run tests to determine that the software installed as expected
|
# Run tests to determine that the software installed as expected
|
||||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||||
|
echo "checking the docker-moby and moby-buildx"
|
||||||
if ! command -v docker; then
|
if ! command -v docker; then
|
||||||
echo "docker was not installed"
|
echo "docker was not installed"
|
||||||
exit 1
|
exit 1
|
||||||
@@ -30,6 +31,7 @@ elif ! command -v docker buildx build; then
|
|||||||
echo "moby-buildx was not installed"
|
echo "moby-buildx was not installed"
|
||||||
#exit 1
|
#exit 1
|
||||||
else
|
else
|
||||||
|
echo "Docker-moby and moby-buildx checking the successfull"
|
||||||
# Docker daemon takes time to come up after installing
|
# Docker daemon takes time to come up after installing
|
||||||
sleep 10
|
sleep 10
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user