Fix typo in build-mvn-cache.sh
This commit is contained in:
@@ -7,5 +7,5 @@ cd sts4/vscode-extensions
|
||||
./mvnw -DskipTests package
|
||||
|
||||
timestamp=`date +%s`
|
||||
tarfile=${workdir}/out/mnn-cache-${timestamp}.tar.gz
|
||||
tarfile=${workdir}/out/mvn-cache-${timestamp}.tar.gz
|
||||
tar -czvf ${tarfile} ${HOME}/.m2/repository
|
||||
|
||||
Reference in New Issue
Block a user