mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
ci: Allow the artifact copy to fail.
If the build fails some artifact files might not exist, and we don't want the script to fail just because of that.
This commit is contained in:
committed by
Alexandre Julliard
parent
31346e2cba
commit
2955232656
Notes:
Alexandre Julliard
2023-11-06 23:17:45 +01:00
Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/423
@@ -19,7 +19,7 @@ cp -r /usr/include/vulkan /usr/include/vk_video /usr/include/spirv vulkan-header
|
||||
touch ../pipeline_failed
|
||||
|
||||
mkdir -p ../artifacts/$COMMIT
|
||||
cp config.log ../artifacts/$COMMIT
|
||||
cp destdir/usr/local/bin/* ../artifacts/$COMMIT
|
||||
cp config.log ../artifacts/$COMMIT || true
|
||||
cp destdir/usr/local/bin/* ../artifacts/$COMMIT || true
|
||||
|
||||
git reset --hard
|
||||
|
Reference in New Issue
Block a user