Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Jan 3, 2024
1 parent f53f8d9 commit 60bb20c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions maps-tools-testing
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

#needs to increment on every change!!!
#version: 32
#version: 33

#initialize variables
readonly DEFAULT_DOCKER_IMAGE_REGISTRY="ghcr.io/spring-media"
Expand Down Expand Up @@ -324,8 +324,7 @@ fi

#check docker is installed
if [ ! -d "/Applications/Rancher Desktop.app" ] && [ ! -d "/Applications/Docker.app" ]; then
echo "Please Install Rancher Desktop or Docker Desktop"
exit 1
echo "No Rancher Desktop or Docker Desktop found, only these are official supported"
fi

if [ `lsof -U | grep docker.sock | wc -l` -gt 0 ]; then
Expand Down

0 comments on commit 60bb20c

Please sign in to comment.