From 1eabdeaabb901d5ea67bb9dbf08192fe2fc21fbe Mon Sep 17 00:00:00 2001 From: TerrenceMcGuinness-NOAA Date: Fri, 29 Sep 2023 16:41:45 +0000 Subject: [PATCH] renamed platform scripts to config.* so they can be read by wxflow (just the names this time) --- ci/platforms/{hera.sh => config.hera} | 0 ci/platforms/{orion.sh => config.orion} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename ci/platforms/{hera.sh => config.hera} (100%) rename ci/platforms/{orion.sh => config.orion} (100%) diff --git a/ci/platforms/hera.sh b/ci/platforms/config.hera similarity index 100% rename from ci/platforms/hera.sh rename to ci/platforms/config.hera diff --git a/ci/platforms/orion.sh b/ci/platforms/config.orion similarity index 100% rename from ci/platforms/orion.sh rename to ci/platforms/config.orion