Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit fb417b8

Browse files
author
amablue
committed
Added a copybara script to export changes to the Firebase Cocos samples from
piper to git. PiperOrigin-RevId: 147895997
1 parent 71bf459 commit fb417b8

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

copy.bara.sky

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
core.workflow(
2+
name = "default",
3+
origin = piper.origin(),
4+
destination = git.destination(
5+
url = "sso://devrel/firebase/cocos2dx-cpp-sample",
6+
fetch = "master",
7+
push = "master",
8+
),
9+
mode = "ITERATIVE",
10+
authoring = authoring.whitelisted(
11+
default = "Googler <noreply@google.com>",
12+
whitelist = [
13+
"amablue",
14+
"tristane",
15+
],
16+
),
17+
transformations = [
18+
core.move("google3/third_party/firebase_cocos_samples", ""),
19+
],
20+
origin_files = glob(
21+
include = ["google3/third_party/firebase_cocos_samples/**"],
22+
exclude = [
23+
"google3/third_party/firebase_cocos_samples/BUILD",
24+
"google3/third_party/firebase_cocos_samples/METADATA",
25+
"google3/third_party/firebase_cocos_samples/OWNERS",
26+
],
27+
),
28+
destination_files = glob(
29+
["**"],
30+
exclude = [".gitignore"],
31+
),
32+
)

0 commit comments

Comments
 (0)