6 lines
263 B
Bash
Executable File
6 lines
263 B
Bash
Executable File
#!/bin/bash
|
|
root_path=$(dirname $(cd $(dirname $0);pwd))
|
|
source $root_path/bin/library.sh
|
|
deploy service-common service-dependencies service-configuration service-forest
|
|
package service-check
|
|
upload $root_path/service-check/target/service-check-1.0.0-SNAPSHOT.jar |