mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-24 09:02:46 +00:00
temporarily comment out the expose-pipeline of the main pipeline
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user