Created
March 4, 2019 01:24
-
-
Save steve-todorov/cf94966ef106afbfa479921eb3198467 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# input folders: | |
# version : contains a file called number with the current version | |
# source-code : contains the source code | |
# output folders: | |
# build: contains the built jar | |
set -ex | |
ls -al | |
mvn clean install -DintegrationTests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment