#!/bin/sh set -exu ( cd "$BASE_DIRECTORY" git clone --recurse-submodules --branch "$GIT_BRANCH" --depth 1 "$GIT_URL" )