mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
cc2586d250
* CI: ee msi build * shellcheck * Fake it so that we get a ee msi build on pull request runs * fix error in prep job * save msi for testing * get enterprise zip * Fixes to version and hash detection. * Removes ci test code
14 lines
306 B
YAML
14 lines
306 B
YAML
version: '3'
|
|
services:
|
|
wix:
|
|
build: './docker'
|
|
command: /oss/wrapper.sh
|
|
# important: wine is setup for the user xclient
|
|
user: xclient
|
|
volumes:
|
|
- ../oss:/oss
|
|
- ../master/templates:/oss/templates
|
|
- ../master/resources:/oss/resources
|
|
environment:
|
|
- TERM=linux
|