Revert "temporarily make some pipelines private"

This reverts commit c14a4a2bf4.
This commit is contained in:
Ryan Richard
2025-03-06 11:39:11 -08:00
parent 61c11e268d
commit 01051e9de0
2 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -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 public again
#$FLY_CLI --target "$CONCOURSE_TARGET" expose-pipeline --pipeline "$pipeline"
$FLY_CLI --target "$CONCOURSE_TARGET" expose-pipeline --pipeline "$pipeline"
+2 -3
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Copyright 2020-2025 the Pinniped contributors. All Rights Reserved.
# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
set -euo pipefail
@@ -12,5 +12,4 @@ source "$script_dir/../../hack/fly-helpers.sh"
set_pipeline "$pipeline" "$script_dir/pipeline.yml"
# Make the pipeline visible to non-authenticated users in the web UI.
# TODO: make this public again
#$FLY_CLI --target "$CONCOURSE_TARGET" expose-pipeline --pipeline "$pipeline"
$FLY_CLI --target "$CONCOURSE_TARGET" expose-pipeline --pipeline "$pipeline"