mirror of
https://gitlab.com/JBBgameich/halium-install
synced 2025-11-03 20:45:42 +08:00
8 lines
228 B
YAML
8 lines
228 B
YAML
script:
|
|
- bash -n $(find . -name "*.sh") halium-install
|
|
- bash utils/standalone.sh
|
|
|
|
after_success:
|
|
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
|
- bash upload.sh bin/halium-install-standalone.sh
|