From aa258f199107c3ccf9f68c11b147442286b028fd Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Mon, 10 Feb 2025 12:23:51 -0800 Subject: [PATCH] temporarily comment out the expose-pipeline of the main pipeline --- pipelines/main/update-pipeline.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pipelines/main/update-pipeline.sh b/pipelines/main/update-pipeline.sh index cf860a1e8..62a1360ee 100755 --- a/pipelines/main/update-pipeline.sh +++ b/pipelines/main/update-pipeline.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved. +# Copyright 2020-2025 the Pinniped contributors. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail @@ -13,4 +13,5 @@ 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. -$FLY_CLI --target "$CONCOURSE_TARGET" expose-pipeline --pipeline "$pipeline" +# TODO: make this pipeline public again in the future +#$FLY_CLI --target "$CONCOURSE_TARGET" expose-pipeline --pipeline "$pipeline"