From 0661d4cdb9c2baa7e48d88b170241e04aa0a0fd3 Mon Sep 17 00:00:00 2001 From: Terry McGuinness Date: Wed, 26 Jun 2024 17:02:31 -0400 Subject: [PATCH] no op for ci self test --- ci/scripts/driver.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scripts/driver.sh b/ci/scripts/driver.sh index 0f53ebff6f..a0cdf8ed64 100755 --- a/ci/scripts/driver.sh +++ b/ci/scripts/driver.sh @@ -12,6 +12,7 @@ set -eux # development branch for the global-workflow repo. It then stages tests directories per # PR number and calls clone-build_ci.sh to perform a clone and full build from the PR. # It then is ready to run a suite of regression tests with various configurations +# no-op for ci self test ####################################################################################### export REPO_URL=${REPO_URL:-"git@github.com:NOAA-EMC/global-workflow.git"}