mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Add verbose message after linting about using the default psu Docker image
This commit is contained in:
parent
95c3ec548f
commit
339772a9bb
1
psu
1
psu
@ -1283,6 +1283,7 @@ lint() {
|
||||
fi
|
||||
else
|
||||
echo "WARNING: Cannot validate '$DOCKER_COMPOSE_FILE' file, 'docker-compose' is not installed or not executable."
|
||||
echo_verbose "You can run the default Docker image of psu, who bundles 'docker-compose'."
|
||||
echo_verbose "For more informations, see: https://docs.docker.com/compose/install/"
|
||||
fi || true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user