mirror of
https://gitlab.com/psuapp/psu.git
synced 2025-07-25 04:42:26 +00:00
Add verbose message after linting about using the default psu Docker image
This commit is contained in:
committed by
Tortue Torche
parent
95c3ec548f
commit
339772a9bb
1
psu
1
psu
@ -1283,6 +1283,7 @@ lint() {
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "WARNING: Cannot validate '$DOCKER_COMPOSE_FILE' file, 'docker-compose' is not installed or not executable."
|
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/"
|
echo_verbose "For more informations, see: https://docs.docker.com/compose/install/"
|
||||||
fi || true
|
fi || true
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user