continue to try to fix the damn submodule

This commit is contained in:
2026-05-14 10:25:44 -07:00
parent 95dbf3158c
commit 1f124d71a1
3 changed files with 2 additions and 6 deletions

View File

@ -3,7 +3,7 @@ type: docker
name: default name: default
steps: steps:
- name: test - name: build
image: node:current image: node:current
environment: environment:
REPOSITORY: mattrbld-site REPOSITORY: mattrbld-site
@ -15,7 +15,7 @@ steps:
- apt-get update && apt-get install -y rsync - apt-get update && apt-get install -y rsync
- rsync -uavh _site/ $REPOSITORY --delete --exclude .git - rsync -uavh _site/ $REPOSITORY --delete --exclude .git
- cd $REPOSITORY - cd $REPOSITORY
- git config --global --add safe.directory /drone/src/$REPOSITORY - git config --global --add safe.directory /drone/src
- git add -A - git add -A
- git commit -m "drone build $(TZ=':America/Los_Angeles' date)" - git commit -m "drone build $(TZ=':America/Los_Angeles' date)"
- git remote set-url origin https://heckin.technology/inherentlee/$REPOSITORY.git - git remote set-url origin https://heckin.technology/inherentlee/$REPOSITORY.git

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "mattrbld-site"]
path = mattrbld-site
url = ssh://git@heckin.technology:2222/inherentlee/mattrbld-site.git

Submodule mattrbld-site deleted from c5f520b429