Update .gitlab-ci.yml

pull/18/head
Kasm 5 years ago committed by GitHub
parent ec5a73c8ec
commit c1691b6895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save