mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-03 20:11:03 +02:00
13 lines
216 B
YAML
13 lines
216 B
YAML
stages:
|
|
- build
|
|
|
|
upload_to_server:
|
|
stage: build
|
|
image:
|
|
name: wiimartorg-updater:latest
|
|
pull_policy: never
|
|
|
|
tags:
|
|
- shell
|
|
script:
|
|
- docker run --rm wiimartorg-updater /opt/WiiMartOrgSender.sh |