From 51cdb7406185e8855c6a66df7c265d762292afcc Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Wed, 16 Oct 2024 16:21:13 +0200 Subject: [PATCH] ci: Remove the tart username and password environment variables. They're not really needed, the runner already handles login properly. --- gitlab/build.yml | 3 --- gitlab/image.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/gitlab/build.yml b/gitlab/build.yml index 52a6fea1..56bf33bc 100644 --- a/gitlab/build.yml +++ b/gitlab/build.yml @@ -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: diff --git a/gitlab/image.yml b/gitlab/image.yml index 5cf64d07..3e84e869 100644 --- a/gitlab/image.yml +++ b/gitlab/image.yml @@ -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