From 8336ecd87c950052853bb42fc9c2389992615ba4 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 30 Apr 2020 08:07:54 +0200 Subject: CI: Switch to new Windows runners win32 gets replaced with win32-ps which uses powershell --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee379f24..5d4a265f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ linux-fedora: msys2-mingw64: stage: build tags: - - win32 + - win32-ps variables: MSYSTEM: "MINGW64" CHERE_INVOKING: "yes" @@ -44,7 +44,7 @@ msys2-mingw64: - C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/render-msys2.sh" - C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/list-msys2.sh" artifacts: - name: "%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%" + name: "${env:CI_JOB_NAME}-${env:CI_COMMIT_REF_NAME}" when: always paths: - _build/meson-logs -- cgit v1.2.1