Use lightburn without docker
This commit is contained in:
parent
1e0e997f17
commit
27ec180b79
12 changed files with 79 additions and 113 deletions
|
|
@ -66,6 +66,17 @@ security_scanner:
|
|||
tags:
|
||||
- fablab
|
||||
|
||||
lightburn-download:
|
||||
stage: prepare
|
||||
image: alpine
|
||||
script:
|
||||
- mkdir -p packer/ansible/roles/lightburn/files
|
||||
- 'wget -O packer/ansible/roles/lightburn/files/lightburn.zip --header "JOB-TOKEN: $CI_JOB_TOKEN" "${CI_SERVER_URL}/api/v4/projects/fablab%2Flightburn-patched/jobs/artifacts/main/download?job=patch-Linux64"'
|
||||
artifacts:
|
||||
paths:
|
||||
- packer/ansible/roles/lightburn/files/lightburn.zip
|
||||
expire_in: 4 hours
|
||||
|
||||
.squashfs_template: &squashfs_template
|
||||
image: $DOCKER_IMAGE_BUILDER
|
||||
stage: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue