Commit 66d354ac authored by Chunchi Che's avatar Chunchi Che

update .gitsubmodule and .gitlab-ci.yml

parent 4bd78c60
Pipeline #18108 passed with stages
in 14 minutes and 38 seconds
...@@ -4,6 +4,9 @@ stages: ...@@ -4,6 +4,9 @@ stages:
- build - build
- deploy - deploy
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script: before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )' - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
......
[submodule "ygopro-database"] [submodule "ygopro-database"]
path = ygopro-database path = ygopro-database
url = https://code.mycard.moe/mycard/ygopro-database.git url = ../ygopro-database.git
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment