mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-10 11:36:22 -04:00
6 lines
89 B
Bash
Executable file
6 lines
89 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
mvn -q clean install
|
|
java -jar target/migration-util.jar $1
|
|
|