From 197086186acd93110ace46040bd6824a41d84c56 Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Thu, 18 Jul 2024 22:54:22 -0700 Subject: [PATCH] try fixing slack report in amip pipeline --- .buildkite/amip/pipeline.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.buildkite/amip/pipeline.yml b/.buildkite/amip/pipeline.yml index 68966937d..8ba047c4c 100644 --- a/.buildkite/amip/pipeline.yml +++ b/.buildkite/amip/pipeline.yml @@ -71,6 +71,3 @@ steps: find experiments/ClimaEarth/output/amip/amip_artifacts/ -type f -name 'bias*.png' -print0 | while IFS= read -r -d '' file; do slack-upload -c "#coupler-report" -f "$$file" -m png -n "$$(basename "$$file" .png)" -x "$$(basename "$$file" .png)" done - agents: - queue: clima - modules: common