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
4 lines
35 B
Bash
Executable File
4 lines
35 B
Bash
Executable File
#!/bin/bash
|
|
cd /oss || exit 1
|
|
make
|