Commit b17d43ae authored by nanahira's avatar nanahira

Merge branch 'master' into server

parents b81244f7 410595d6
...@@ -3,7 +3,7 @@ set -x ...@@ -3,7 +3,7 @@ set -x
set -o errexit set -o errexit
# ygopro-database # ygopro-database
apt update && apt -y install wget git libarchive-tools apt update && apt -y install wget git libarchive-tools
git clone --depth=1 https://code.mycard.moe/mycard/ygopro-database git clone --depth=1 https://code.mycard.moe/nanahira/ygopro-database
cp -rf ./ygopro-database/locales/$TARGET_LOCALE/* . cp -rf ./ygopro-database/locales/$TARGET_LOCALE/* .
# ygopro-images # ygopro-images
mkdir pics mkdir pics
......
...@@ -80,7 +80,7 @@ mat_windows: ...@@ -80,7 +80,7 @@ mat_windows:
._exec_build: ._exec_build:
stage: build stage: build
#variables: #variables:
# YGOPRO_NO_LUA_SAFE: '1' # on client no lua safe # NO_LUA_SAFE: '1' # on client no lua safe
cache: cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths: paths:
......
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