Skip to content

Commit

Permalink
Merge pull request #124 from stronk7/remove_docker_compose_req
Browse files Browse the repository at this point in the history
Remove not used docker-compose check
  • Loading branch information
stronk7 authored May 4, 2024
2 parents d6b7acd + 0ce96d0 commit 382bd0a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions runner/main/modules/docker/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ function docker_check() {
exit_error "Docker is not installed. Please install it and try again."
fi

if ! docker-compose --version > /dev/null 2>&1; then
exit_error "Docker Compose is not installed. Please install it and try again."
fi

# These env variables must be set for the module to work.
verify_env UUID
}
Expand Down Expand Up @@ -74,4 +70,4 @@ function docker_teardown() {
done
echo "============================================================================"
echo ">>> stopsection <<<"
}
}

0 comments on commit 382bd0a

Please sign in to comment.