From 7b816e8d1ba0595ab156a250f74185a1337b8783 Mon Sep 17 00:00:00 2001 From: Sait Talha Nisanci Date: Sun, 22 Aug 2021 10:02:01 +0300 Subject: [PATCH] wip --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f5aee746..1999b9574 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -443,7 +443,7 @@ workflows: - build: name: build-13 pg_major: 13 - image_tag: '13.4-dev202108201746' + image_tag: '13.4-dev202108220635' - check-style - check-sql-snapshots @@ -592,7 +592,7 @@ workflows: name: 'test-13_check-failure' pg_major: 13 image: citus/failtester - image_tag: '13.4-dev202108201746' + image_tag: '13.4-dev202108220635' make: check-failure requires: [build-13]