6 lines
270 B
Bash
Executable File
6 lines
270 B
Bash
Executable File
#!/bin/bash
|
|
root_path=$(dirname $(cd $(dirname $0);pwd))
|
|
source $root_path/bin/library.sh
|
|
deploy service-cli service-cli/service-cli-core
|
|
package service-cli/service-cli-runner
|
|
upload $root_path/service-cli/service-cli-runner/target/service-cli-runner-1.0.0-SNAPSHOT.jar |