Commit ae95707d authored by Chunchi Che's avatar Chunchi Che

Merge branch 'fix/ci' into 'main'

Fix/ci

See merge request !3
parents ec9aa6f1 66d354ac
Pipeline #18109 passed with stages
in 13 minutes and 22 seconds
......@@ -4,6 +4,9 @@ stages:
- build
- deploy
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
......
[submodule "ygopro-database"]
path = ygopro-database
url = git@git.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