mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-17 13:50:46 +01:00
disables zip progress logging
This commit is contained in:
committed by
Henning Dieterichs
parent
1a6b425b58
commit
52feef4e26
@@ -73,7 +73,7 @@ jobs:
|
||||
- name: Upload screenshots
|
||||
run: |
|
||||
cd test/componentFixtures/.screenshots/current
|
||||
zip -r "$GITHUB_WORKSPACE/screenshots.zip" .
|
||||
zip -qr "$GITHUB_WORKSPACE/screenshots.zip" .
|
||||
curl -sS -f -X POST "https://hediet-screenshots.azurewebsites.net/upload" \
|
||||
-H "Content-Type: application/zip" \
|
||||
-H "Authorization: Bearer $SCREENSHOT_SERVICE_TOKEN" \
|
||||
|
||||
Reference in New Issue
Block a user