Skip to content

Commit

Permalink
chore: update templates (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jan 21, 2021
1 parent 0d1d11a commit 99cc347
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env_vars: {

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: github/python-workflows/.kokoro/build.sh"
value: "github/python-workflows/.kokoro/build.sh"
}

# Only run this nox session.
Expand Down
1 change: 0 additions & 1 deletion packages/google-cloud-workflows/.trampolinerc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
required_envvars+=(
"STAGING_BUCKET"
"V2_STAGING_BUCKET"
"NOX_SESSION"
)

# Add env vars which are passed down into the container here.
Expand Down
5 changes: 3 additions & 2 deletions packages/google-cloud-workflows/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-workflows.git",
"sha": "f5d04e528945751984f5d879a15a6fcda7f21596"
"sha": "ccddf0607d6af58ccf52e33ee1ff735a8034559a"
}
},
{
Expand Down Expand Up @@ -156,6 +156,7 @@
"tests/unit/gapic/executions_v1beta/__init__.py",
"tests/unit/gapic/executions_v1beta/test_executions.py",
"tests/unit/gapic/workflows_v1beta/__init__.py",
"tests/unit/gapic/workflows_v1beta/test_workflows.py"
"tests/unit/gapic/workflows_v1beta/test_workflows.py",
"workflows-v1beta-py.tar.gz"
]
}
Empty file.

0 comments on commit 99cc347

Please sign in to comment.