From 1f124d71a1e1e2915e7dbbd3089a08810fa3b986 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 14 May 2026 10:25:44 -0700 Subject: [PATCH] continue to try to fix the damn submodule --- .drone.yml | 4 ++-- .gitmodules | 3 --- mattrbld-site | 1 - 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 .gitmodules delete mode 160000 mattrbld-site diff --git a/.drone.yml b/.drone.yml index 50059ad..5ff8020 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker name: default steps: - - name: test + - name: build image: node:current environment: REPOSITORY: mattrbld-site @@ -15,7 +15,7 @@ steps: - apt-get update && apt-get install -y rsync - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY - - git config --global --add safe.directory /drone/src/$REPOSITORY + - git config --global --add safe.directory /drone/src - git add -A - git commit -m "drone build $(TZ=':America/Los_Angeles' date)" - git remote set-url origin https://heckin.technology/inherentlee/$REPOSITORY.git diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 46cf388..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "mattrbld-site"] - path = mattrbld-site - url = ssh://git@heckin.technology:2222/inherentlee/mattrbld-site.git diff --git a/mattrbld-site b/mattrbld-site deleted file mode 160000 index c5f520b..0000000 --- a/mattrbld-site +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c5f520b429075f804ed15a665326d6b5f74077f7