Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit92ce0d5

Browse files
authored
Make isPublic false by default (codefresh-io#243)
* Make isPublic false by default* Update steps.md
1 parent2d0e4ac commit92ce0d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎_docs/codefresh-yaml/steps.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ version: '1.0'
247247
kind: step-type
248248
metadata:
249249
name: <codefresh_account_name>/<step_name>
250-
isPublic:true
250+
isPublic:false
251251
description: >-
252252
The plugin exports KV pairs from Hashicorp Vault to Codefresh pipeline ENV
253253
variables
@@ -442,7 +442,7 @@ version: '1.0'
442442
kind: step-type
443443
metadata:
444444
name: kostis-codefresh/node-version
445-
isPublic:true
445+
isPublic:false
446446
description: >-
447447
The plugin exports as an environment variable the application version from package.json
448448
sources:
@@ -600,7 +600,7 @@ version: '1.0'
600600
kind: step-type
601601
metadata:
602602
name: kostis-codefresh/output-parameters-example
603-
isPublic:true
603+
isPublic:false
604604
description: >-
605605
The plugin shows how you can export output parameters
606606
sources:
@@ -795,7 +795,7 @@ version: '1.0'
795795
kind: step-type
796796
metadata:
797797
name: kostis-codefresh/mvn-version
798-
isPublic:true
798+
isPublic:false
799799
description: >-
800800
The plugin exports as an environment variable the mvn coordinates from pom.xml
801801
sources:
@@ -1005,7 +1005,7 @@ version: '1.0'
10051005
kind: step-type
10061006
metadata:
10071007
name: kostis-codefresh/multi-git-clone
1008-
isPublic:true
1008+
isPublic:false
10091009
description: >-
10101010
This pipeline plugin shows templating of custom steps
10111011
sources:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp