Remove Secrets from git submodule

This commit is contained in:
Morb0
2024-07-05 03:21:05 +03:00
parent eb0a0b38bc
commit 4000b48a23
3 changed files with 2 additions and 6 deletions

View File

@@ -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

1
.gitignore vendored
View File

@@ -11,6 +11,7 @@
*.userprefs
# Secret
Secrets
Resources/Prototypes/CorvaxSecrets
Resources/Prototypes/CorvaxSecretsServer
Resources/Textures/CorvaxSecrets

5
.gitmodules vendored
View File

@@ -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