mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
ci: Remove the tart username and password environment variables.
They're not really needed, the runner already handles login properly.
This commit is contained in:
parent
eeb7bbe3c5
commit
51cdb74061
Notes:
Henri Verbeet
2024-10-17 17:40:01 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1192
@ -138,9 +138,6 @@ build-mac:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
image: winehq-sonoma-pristine
|
||||
variables:
|
||||
TART_EXECUTOR_SSH_USERNAME: "gitlab"
|
||||
TART_EXECUTOR_SSH_PASSWORD: "gitlab"
|
||||
allow_failure: true
|
||||
interruptible: true
|
||||
needs:
|
||||
|
@ -32,9 +32,6 @@ image-mac:
|
||||
- gitlab/image.yml
|
||||
- gitlab/image.docker
|
||||
image: winehq-sonoma-pristine
|
||||
variables:
|
||||
TART_EXECUTOR_SSH_USERNAME: "gitlab"
|
||||
TART_EXECUTOR_SSH_PASSWORD: "gitlab"
|
||||
interruptible: true
|
||||
tags:
|
||||
- mac
|
||||
|
Loading…
Reference in New Issue
Block a user