Re-enable tests
This commit is contained in:
@@ -14,12 +14,10 @@ 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
|
||||
basename=$(basename $i)
|
||||
cp $i $output/${basename/SNAPSHOT/$timestamp}
|
||||
done
|
||||
|
||||
ls -la $output
|
||||
@@ -36,6 +36,3 @@ length=${#basename}
|
||||
newName=${basename:0:${length}-4}-$timestamp${basename:${length}-4:${length}}
|
||||
|
||||
cp ${basename} $output/${newName}
|
||||
|
||||
cd $output
|
||||
ls -la
|
||||
Reference in New Issue
Block a user