Update .gitlab-ci.yml

This commit is contained in:
Kasm 2021-01-18 13:30:05 -06:00 committed by GitHub
parent ec5a73c8ec
commit c1691b6895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,11 @@ stages:
build: build:
stage: build stage: build
script: script:
- builder/build-tarball - ls -l
- builder/build-deb - pwd
- apk add bash
- bash builder/build-tarball
- bash builder/build-deb
- mkdir output - mkdir output
- cp builder/build/kasmvncserver_*.deb output/ - cp builder/build/kasmvncserver_*.deb output/
- cp builder/build/kasmvnc.*.tar.gz output/ - cp builder/build/kasmvnc.*.tar.gz output/