Skip to content
Snippets Groups Projects
Unverified Commit f18c8b01 authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

remove testing (testing is done before merge anyway)

parent 7a83a037
No related branches found
No related tags found
No related merge requests found
stages:
- test
# - test
- package
test:
stage: test
image: alpine:latest
tags:
- docker
cache:
paths:
- binaries/*.apk
script:
- apk update && apk add curl libnotify bash jq
- bash
- cp supload.sh /usr/bin/supload
- supload -v
- supload -h
- echo "test" | supload -V -
- supload -V LICENSE
- supload -V supload.sh
- supload -Vd https://volkor.me supload.sh
# test:
# stage: test
# image: alpine:latest
# tags:
# - docker
# cache:
# paths:
# - binaries/*.apk
# script:
# - apk update && apk add curl libnotify bash jq
# - bash
# - cp supload.sh /usr/bin/supload
# - supload -v
# - supload -h
# - echo "test" | supload -V -
# - supload -V LICENSE
# - supload -V supload.sh
# - supload -Vd https://volkor.me supload.sh
package:linux:deb:
stage: package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment