mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-03 20:11:03 +02:00
14 lines
195 B
YAML
14 lines
195 B
YAML
stages:
|
|
- build
|
|
|
|
upload_to_server:
|
|
stage: build
|
|
image: wiimart-page-updater:latest
|
|
tags:
|
|
- shell
|
|
|
|
script:
|
|
- ls /root
|
|
- echo aaaaa
|
|
- ls ~
|
|
- ./root/WiiMartOrgSender.sh |