mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
* 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
6 lines
81 B
Makefile
6 lines
81 B
Makefile
all: build
|
|
|
|
build:
|
|
pip3 install -r requirements.txt
|
|
python3 generator/build.py
|