Temporary skip tests to debug atom concourse package

This commit is contained in:
nsingh
2017-08-11 16:15:19 -07:00
parent 5b8db58223
commit 8670420a39
2 changed files with 5 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ else
fi
cd ${sources}
./mvnw package -DargLine="-Dlsp.lazy.completions.disable=true -Dlsp.completions.indentation.enable=true -Dlsp.yaml.completions.errors.disable=true"
./mvnw package -DskipTests -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

View File

@@ -35,4 +35,7 @@ length=${#basename}
newName=${basename:0:${length}-4}-$timestamp${basename:${length}-4:${length}}
cp ${basename} $output/${newName}
cp ${basename} $output/${newName}
cd $output
ls -la