Commit 0cb7ff90 authored by 水濑真白's avatar 水濑真白

Merge branch 'master' of github.com:Smile-DK/ygopro-scripts into develop

parents 7d871e9a a31e43a8
stages:
- build
- deploy
variables:
GIT_DEPTH: "1"
build:
stage: build
dependencies: []
tags:
- linux
script:
- mkdir dist
- 7z a -mx9 dist/script.zip *.lua patches
artifacts:
paths:
- dist/
upload_to_minio:
stage: deploy
dependencies:
- build
tags:
- linux
script:
- aws s3 --endpoint=https://minio.moenext.com:9000 sync --delete dist/ s3://mycard/koishipro/script-zip
only:
- master
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