Skip to content
Snippets Groups Projects
Unverified Commit 01432c5a authored by metabase-bot[bot]'s avatar metabase-bot[bot] Committed by GitHub
Browse files

fix syntax error in `bin/build-for-test` (#28800) (#28817)

parent d0a60e39
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,9 @@ check-uberjar-hash() {
}
build-uberjar-for-test() {
./bin/build.sh version
./bin/build.sh :steps [:version]
echo -e "\n$VERSION_PROPERTY_NAME=$(source-hash)" >> resources/version.properties
./bin/build.sh uberjar
./bin/build.sh :steps [:uberjar]
}
if [ ! -f "target/uberjar/metabase.jar" ] || ! check-uberjar-hash; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment