From ab5f59602fa5d5b488f0247032b60ee8efed2225 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Mon, 24 Feb 2025 14:01:29 -0800 Subject: [PATCH] make main pipeline visible --- pipelines/main/update-pipeline.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pipelines/main/update-pipeline.sh b/pipelines/main/update-pipeline.sh index 62a1360ee..475711ec4 100755 --- a/pipelines/main/update-pipeline.sh +++ b/pipelines/main/update-pipeline.sh @@ -13,5 +13,4 @@ set_pipeline "$pipeline" "$script_dir/pipeline.yml" ensure_time_resource_has_at_least_one_version "$pipeline" weekdays # Make the pipeline visible to non-authenticated users in the web UI. -# TODO: make this pipeline public again in the future -#$FLY_CLI --target "$CONCOURSE_TARGET" expose-pipeline --pipeline "$pipeline" +$FLY_CLI --target "$CONCOURSE_TARGET" expose-pipeline --pipeline "$pipeline"