Skip to content
Snippets Groups Projects
Commit c114dc18 authored by Alexandra's avatar Alexandra
Browse files

fix(ci): wrong s parameter for tar

parent 12c9ff23
Branches
Tags
No related merge requests found
Pipeline #14200 failed
......@@ -12,7 +12,7 @@ if [ -d "$NAME-$VERSION" ]; then
else
echo "Download $NAME-$VERSION sources"
echo
curl -fSL https://github.com/microsoft/vscode-java-pack/archive/refs/tags/v$VERSION.tar.gz | tar -C ./ -xzs
curl -fSL https://github.com/microsoft/vscode-java-pack/archive/refs/tags/v$VERSION.tar.gz | tar -C ./ -xz
echo
echo "Download done"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment