* 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
|