diff --git a/bin/compile b/bin/compile index 7a98a4e..28c60bd 100755 --- a/bin/compile +++ b/bin/compile @@ -57,3 +57,6 @@ echo "-----> Fetched shallow history from $GIT_REPO_URL" git submodule -q update --init --recursive echo "-----> Checked out all submodules" git submodule status | sed 's/^/ * /' + +echo "-----> Removing .git directory" +rm -rf .git \ No newline at end of file diff --git a/bin/detect b/bin/detect index 12e93bb..569e6f3 100755 --- a/bin/detect +++ b/bin/detect @@ -2,6 +2,7 @@ app_dir="$1" +exit 0 if [ ! -f "$app_dir/.gitmodules" ]; then exit 1 fi