Fix 'build-mvn-cache' job.
There no longer any maven bits in vscode-extensions, so don't go trying to run mvn there.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
workdir=`pwd`
|
||||
sources=$workdir/sts4/vscode-extensions/$extension_id
|
||||
|
||||
cd sts4/vscode-extensions
|
||||
./mvnw -DskipTests package
|
||||
|
||||
cd ${workdir}/sts4/headless-services
|
||||
./mvnw -DskipTests package
|
||||
|
||||
Reference in New Issue
Block a user