mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
docker-moby.sh bugfixing
This commit is contained in:
@@ -26,7 +26,7 @@ echo "Testing to make sure that script performed as expected, and basic scenario
|
||||
if ! command -v docker; then
|
||||
echo "docker was not installed"
|
||||
exit 1
|
||||
else if ! command -v docker buildx build then
|
||||
elif ! command -v docker buildx build; then
|
||||
echo "moby-buildx was not installed"
|
||||
#exit 1
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user