diff --git a/ci/generate_pipeline_yml.py b/ci/generate_pipeline_yml.py index 49c1cbb..0d24158 100755 --- a/ci/generate_pipeline_yml.py +++ b/ci/generate_pipeline_yml.py @@ -3,7 +3,7 @@ import os from jinja2 import Template -clusters = ['-2_11', '-2_13', '_four', '-5_0', '-6_0'] +clusters = ['_four', '-6_0'] # Commenting out this as we only have one example and it breaks tiles = [] # [d for d in os.listdir('../examples') if os.path.isdir(os.path.join('../examples', d))]