Skip to content

Commit 5062ba0

Browse files
committed
tools: First pass at a pipeline config
This is used by Librarian to provide environment variables to container commands. The values can be provided either by environment variables in the host, or by Secret Manager.
1 parent 3fa8264 commit 5062ba0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"commands": {
3+
"integration-test-library": {
4+
"environmentVariables": [
5+
{
6+
"name": "TEST_PROJECT",
7+
"secretName": "integration-test-project"
8+
},
9+
{
10+
"name": "FIRESTORE_TEST_PROJECT",
11+
"secretName": "firestore-test-project"
12+
}
13+
]
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)