mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-06 08:07:08 +00:00
temporarily make some pipelines private
This commit is contained in:
@@ -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 public again
|
||||
#$FLY_CLI --target "$CONCOURSE_TARGET" expose-pipeline --pipeline "$pipeline"
|
||||
|
||||
@@ -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
|
||||
@@ -12,4 +12,5 @@ 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.
|
||||
$FLY_CLI --target "$CONCOURSE_TARGET" expose-pipeline --pipeline "$pipeline"
|
||||
# TODO: make this public again
|
||||
#$FLY_CLI --target "$CONCOURSE_TARGET" expose-pipeline --pipeline "$pipeline"
|
||||
|
||||
Reference in New Issue
Block a user