Skip to content

Commit

Permalink
set local version of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyxuu committed Apr 14, 2024
1 parent 962085e commit 1105998
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .kokoro/samples/python3.10/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

env_vars: {
key: "INSTALL_LIBRARY_FROM_SOURCE"
value: "True"
value: "FALSE"
}
2 changes: 1 addition & 1 deletion .kokoro/samples/python3.11/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

env_vars: {
key: "INSTALL_LIBRARY_FROM_SOURCE"
value: "True"
value: "False"
}
2 changes: 1 addition & 1 deletion .kokoro/samples/python3.12/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

env_vars: {
key: "INSTALL_LIBRARY_FROM_SOURCE"
value: "True"
value: "False"
}
2 changes: 1 addition & 1 deletion .kokoro/samples/python3.7/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

env_vars: {
key: "INSTALL_LIBRARY_FROM_SOURCE"
value: "True"
value: "False"
}
2 changes: 1 addition & 1 deletion .kokoro/samples/python3.8/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

env_vars: {
key: "INSTALL_LIBRARY_FROM_SOURCE"
value: "True"
value: "False"
}
2 changes: 1 addition & 1 deletion .kokoro/samples/python3.9/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

env_vars: {
key: "INSTALL_LIBRARY_FROM_SOURCE"
value: "True"
value: "False"
}

0 comments on commit 1105998

Please sign in to comment.