]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
appveyor: drop uploading artifacts
authorViktor Szakats <commit@vsz.me>
Sun, 18 Aug 2024 07:26:22 +0000 (09:26 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 18 Aug 2024 10:22:53 +0000 (12:22 +0200)
Uploading artifacts sometimes results in this error:
```
Uploading artifacts...
[1/1] _bld\src\curl.exe (2,022,912 bytes)...100%
Error uploading artifact to the storage: Remote server returned 503: Service Temporarily Unavailable
```
Ref: https://ci.appveyor.com/project/curlorg/curl/builds/50424126/job/e4envval6xkicv1i#L123

The artifacts are also probably not useful to upload for every run. Also
note that they were missing external DLL dependencies.

Leave the logic there commented, to make it easy to enable as needed for
debugging or testing artifacts locally.

Closes #14581

appveyor.yml

index bc0cb4a152beb00d982eacf0cf20f3ecfa10daac..ba6591cdf3c63405fd80d2eb9e4bde2969139173 100644 (file)
@@ -211,8 +211,8 @@ skip_commits:
     - 'packages/**/*'
     - 'plan9/**/*'
 
-artifacts:
-  - path: '**/curl.exe'
-    name: curl
-  - path: '**/*curl*.dll'
-    name: libcurl dll
+#artifacts:
+#  - path: '**/curl.exe'
+#    name: curl
+#  - path: '**/*curl*.dll'
+#    name: libcurl dll