forked from wylab/wylab-station-14
Remove Secrets from git submodule
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
chmod 600 ~/.ssh/id_rsa
|
chmod 600 ~/.ssh/id_rsa
|
||||||
echo "HOST *" > ~/.ssh/config
|
echo "HOST *" > ~/.ssh/config
|
||||||
echo "StrictHostKeyChecking no" >> ~/.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/Prototypes Resources/Prototypes/CorvaxSecrets
|
||||||
cp -R Secrets/Resources/ServerPrototypes Resources/Prototypes/CorvaxSecretsServer
|
cp -R Secrets/Resources/ServerPrototypes Resources/Prototypes/CorvaxSecretsServer
|
||||||
cp -R Secrets/Resources/Locale Resources/Locale/ru-RU/corvax-secrets
|
cp -R Secrets/Resources/Locale Resources/Locale/ru-RU/corvax-secrets
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
*.userprefs
|
*.userprefs
|
||||||
|
|
||||||
# Secret
|
# Secret
|
||||||
|
Secrets
|
||||||
Resources/Prototypes/CorvaxSecrets
|
Resources/Prototypes/CorvaxSecrets
|
||||||
Resources/Prototypes/CorvaxSecretsServer
|
Resources/Prototypes/CorvaxSecretsServer
|
||||||
Resources/Textures/CorvaxSecrets
|
Resources/Textures/CorvaxSecrets
|
||||||
|
|||||||
@@ -2,8 +2,3 @@
|
|||||||
path = RobustToolbox
|
path = RobustToolbox
|
||||||
url = https://github.com/space-wizards/RobustToolbox.git
|
url = https://github.com/space-wizards/RobustToolbox.git
|
||||||
branch = master
|
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