From 4000b48a23cb42480f86f567ee247b23b949c233 Mon Sep 17 00:00:00 2001 From: Morb0 <14136326+Morb0@users.noreply.github.com> Date: Fri, 5 Jul 2024 03:21:05 +0300 Subject: [PATCH] Remove Secrets from git submodule --- .github/workflows/publish.yml | 2 +- .gitignore | 1 + .gitmodules | 5 ----- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9a2dfa12534..ba2e83614b6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: chmod 600 ~/.ssh/id_rsa echo "HOST *" > ~/.ssh/config echo "StrictHostKeyChecking no" >> ~/.ssh/config - git -c submodule.Secrets.update=checkout submodule update --init + git clone git@github.com:corvax-nexus/secrets.git Secrets cp -R Secrets/Resources/Prototypes Resources/Prototypes/CorvaxSecrets cp -R Secrets/Resources/ServerPrototypes Resources/Prototypes/CorvaxSecretsServer cp -R Secrets/Resources/Locale Resources/Locale/ru-RU/corvax-secrets diff --git a/.gitignore b/.gitignore index 533060b4996..df4947fd4b4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ *.userprefs # Secret +Secrets Resources/Prototypes/CorvaxSecrets Resources/Prototypes/CorvaxSecretsServer Resources/Textures/CorvaxSecrets diff --git a/.gitmodules b/.gitmodules index 5ba1735ee8c..bda7de5d838 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,8 +2,3 @@ path = RobustToolbox url = https://github.com/space-wizards/RobustToolbox.git branch = master -[submodule "Secrets"] - path = Secrets - url = git@github.com:corvax-project/secrets.git - branch = master - update = none