From f12576e1dba43c13072c23f2c2b3769be9ac8062 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 Nov 2023 10:12:33 -0500 Subject: continue_on_error is no longer controlled by the delivery * Moved to the global configuration file, and CLI argument parser --- examples/template/example.ini | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/template') diff --git a/examples/template/example.ini b/examples/template/example.ini index 2af9070..e84cf67 100644 --- a/examples/template/example.ini +++ b/examples/template/example.ini @@ -18,9 +18,6 @@ rc = ; (boolean) Enable delivery finalization routines final = -; (boolean) If "false", fail immediately when a test or build fails -continue_on_error = - ; (string) URL of Conda environment YAML ; NOTE: Generally the final release of a older delivery based_on = -- cgit