7 lines
131 B
Bash
Executable File
7 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
pushd /release-scripts
|
|
./mvnw clean install
|
|
popd
|
|
cp /release-scripts/target/spring-boot-release-scripts.jar . |