Skip to content

Commit 6437294

Browse files
authored
Merge pull request #45 from cbullinger/docsp-49329-push-artifact-repo-config
Update config to confirm subdir copy behavior
2 parents 9b8b384 + cacfabd commit 6437294

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
[
22
{
33
"notes": "Copy atlas-sdk-go project files to user-facing Atlas Architecture Center artifact repo root",
4-
"source_directory" : "generated-usage-examples/go/atlas-sdk-go/project-copy",
4+
"source_directory" : "generated-usage-examples/go/atlas-sdk-go/project-copy/",
55
"target_repo" : "atlas-architecture-go-sdk",
66
"target_branch" : "copy-test",
77
"target_directory" : "."
88
},
9+
{
10+
"notes": "Copy atlas-sdk-go project files to user-facing Atlas Architecture Center artifact repo root",
11+
"source_directory" : "generated-usage-examples/go/atlas-sdk-go/project-copy/**",
12+
"target_repo" : "atlas-architecture-go-sdk",
13+
"target_branch" : "copy-test-2",
14+
"target_directory" : "."
15+
},
916
{
1017
"notes": "Example config for copying files from a directory to another repo",
1118
"source_directory" : "generated-examples",

0 commit comments

Comments
 (0)