debugging

This commit is contained in:
Jackson Delahunt 2019-02-26 19:31:49 +11:00
parent f9144091ad
commit 33e55c1241

View file

@ -15,6 +15,9 @@ if [ ! "$REPO_ROOT" -ef "$DESKTOP_ENVIRONMENT_HOST_REPOSITORY" ]; then
# Clone the desktop environment to the global location on the host
git clone https://github.com/$DESKTOP_ENVIRONMENT_REGISTRY/$DESKTOP_ENVIRONMENT_CONTAINER $DESKTOP_ENVIRONMENT_HOST_REPOSITORY
ls -la .
ls l-a /
# Restart bootstrap from the global location
$DESKTOP_ENVIRONMENT_HOST_REPOSITORY/host/bootstrap.sh "$@"
exit 0