Build: finalized tarball file publishing
This commit is contained in:
@@ -14,7 +14,7 @@ else
|
||||
fi
|
||||
|
||||
cd ${sources}
|
||||
./mvnw package -DskipTests -DargLine="-Dlsp.lazy.completions.disable=true -Dlsp.completions.indentation.enable=true -Dlsp.yaml.completions.errors.disable=true"
|
||||
./mvnw package -DargLine="-Dlsp.lazy.completions.disable=true -Dlsp.completions.indentation.enable=true -Dlsp.yaml.completions.errors.disable=true"
|
||||
|
||||
timestamp=`date -u +%Y%m%d%H%M`
|
||||
for i in `ls *-language-server/target/*.jar`; do
|
||||
|
||||
@@ -6,10 +6,6 @@ output=$workdir/out
|
||||
|
||||
url=`cat fatjar/url`
|
||||
|
||||
echo "The url of the fatjar is ${url}"
|
||||
|
||||
ls -la
|
||||
|
||||
cd package_sources
|
||||
|
||||
npm install ../sts4/atom-extensions/atom-commons
|
||||
@@ -34,7 +30,4 @@ length=${#basename}
|
||||
|
||||
newName=${basename:0:${length}-4}-$timestamp${basename:${length}-4:${length}}
|
||||
|
||||
cp ${basename} $output/${newName}
|
||||
|
||||
cd $output
|
||||
ls -la
|
||||
cp ${basename} $output/${newName}
|
||||
Reference in New Issue
Block a user