This repository was archived by the owner on Mar 24, 2023. It is now read-only.
File tree 5 files changed +25
-0
lines changed
integration/init_app/github-template-func
installer/github-stripped
5 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ assets:
20
20
dest : ./github-noslash
21
21
source : public
22
22
ref : ad1e78d13c33fae7a7ce22ed19920945ceea23e9
23
+ - github :
24
+ repo : replicatedhq/test-charts
25
+ path : template-functions
26
+ dest : ./github-stripped
27
+ strip_path : " {{repl ParseBool \" true\" }}"
28
+ source : public
29
+ ref : ad1e78d13c33fae7a7ce22ed19920945ceea23e9
23
30
config :
24
31
v1 :
25
32
- name : option_group
Original file line number Diff line number Diff line change
1
+ #This file tests a part of the Config suite of template functions in Ship
2
+
3
+ Config option: abc123
Original file line number Diff line number Diff line change
1
+ #This file tests a part of the Integration suite of template functions in Ship
2
+
3
+ Release semver: 1.0.1-SNAPSHOT
4
+
Original file line number Diff line number Diff line change
1
+ #This file tests a part of the Static suite of template functions in Ship
2
+
3
+ TwoPlusTwo: 4
4
+ UPPERCASE: UPPERCASE
Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ assets:
20
20
dest : ./github-noslash
21
21
source : public
22
22
ref : ad1e78d13c33fae7a7ce22ed19920945ceea23e9
23
+ - github :
24
+ repo : replicatedhq/test-charts
25
+ path : template-functions
26
+ dest : ./github-stripped
27
+ strip_path : " {{repl ParseBool \" true\" }}"
28
+ source : public
29
+ ref : ad1e78d13c33fae7a7ce22ed19920945ceea23e9
23
30
config :
24
31
v1 :
25
32
- name : option_group
You can’t perform that action at this time.
0 commit comments