From 6ac7fd50c13ce69368ed0bf6f9a435c56e182555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 21 Oct 2021 17:49:31 +0200 Subject: [PATCH] fixup! CI: Define a base_ dict for every image and set default values for some env variables there --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index af66de634..35d5e9690 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -223,12 +223,12 @@ defaults: environment: TERM: xterm - - base_win_powershell: &base_win + - base_win_powershell: &base_win_powershell executor: name: win/default shell: powershell.exe - - base_win_cmd: &base_win + - base_win_cmd: &base_win_cmd executor: name: win/default shell: powershell.exe