CI: Delete cached ripgrep before each re-download (exercise the HTTPS connections properly)

This commit is contained in:
DeeDeeG 2023-06-17 11:32:46 -04:00
parent 63af1fbe9e
commit 7fc051cde2

View File

@ -16,12 +16,17 @@ arm_linux_task:
- npm init -y --verbose
- npm install --verbose --foreground-scripts vscode-ripgrep; cat /root/.npm/_logs/*.log
- npm cache clean --force
- rm -rfv /tmp/vscode-ripgrep-cache*/
- npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log
- npm cache clean --force
- rm -rfv /tmp/vscode-ripgrep-cache*/
- npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log
- npm cache clean --force
- rm -rfv /tmp/vscode-ripgrep-cache*/
- npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log
- npm cache clean --force
- rm -rfv /tmp/vscode-ripgrep-cache*/
- npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log
- npm cache clean --force
- rm -rfv /tmp/vscode-ripgrep-cache*/
- npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log