You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2023. It is now read-only.
"description": "If true, the github directory will not be included in the filepath of the generated files. For instance, when outputting all files within 'source/' in the repository to the 'dest/' directory, the file 'source/a/file.txt' would be placed at 'dest/source/a/file.txt' when this is false and 'dest/a/file.txt' when this is true."
Copy file name to clipboardexpand all lines: hack/docs/schema.json
+9-3
Original file line number
Diff line number
Diff line change
@@ -308,15 +308,17 @@
308
308
"ref": "8fcaebe55af67fe6789fa678faaa76fa867fbc",
309
309
"path": "k8s-yamls/",
310
310
"dest": "./k8s/",
311
-
"source": "private"
311
+
"source": "private",
312
+
"strip_path": ""
312
313
},
313
314
{
314
315
"repo": "github.com/replicatedhq/ship",
315
316
"ref": "master",
316
317
"path": "hack/docs/",
317
-
"dest": "./docs/",
318
+
"dest": "./docs{{repl Add 1 1}}/",
318
319
"source": "public",
319
-
"mode": 644
320
+
"mode": 644,
321
+
"strip_path": "{{repl ParseBool \"true\"}}"
320
322
}
321
323
],
322
324
"type": "object",
@@ -348,6 +350,10 @@
348
350
"description": "One of `public` or `private`, if `private`, access to the repo can be validated on release creation",
349
351
"type": "string"
350
352
},
353
+
"strip_path": {
354
+
"description": "If true, the github directory will not be included in the filepath of the generated files. For instance, when outputting all files within 'source/' in the repository to the 'dest/' directory, the file 'source/a/file.txt' would be placed at 'dest/source/a/file.txt' when this is false and 'dest/a/file.txt' when this is true.",
355
+
"type": "string"
356
+
},
351
357
"when": {
352
358
"description": "This asset will be included when 'when' is omitted or true",
0 commit comments