mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
Remove Secrets from git submodule
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -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
1
.gitignore
vendored
@@ -11,6 +11,7 @@
|
||||
*.userprefs
|
||||
|
||||
# Secret
|
||||
Secrets
|
||||
Resources/Prototypes/CorvaxSecrets
|
||||
Resources/Prototypes/CorvaxSecretsServer
|
||||
Resources/Textures/CorvaxSecrets
|
||||
|
||||
5
.gitmodules
vendored
5
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user