File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 15
15
16
16
set -eo pipefail
17
17
18
- cd github/google-api-python-client
18
+ if [[ -z " ${PROJECT_ROOT:- } " ]]; then
19
+ PROJECT_ROOT=" github/google-api-python-client"
20
+ fi
21
+
22
+ cd " ${PROJECT_ROOT} "
19
23
20
24
# Disable buffering, so that the logs stream through.
21
25
export PYTHONUNBUFFERED=1
@@ -30,16 +34,16 @@ export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
30
34
export PROJECT_ID=$( cat " ${KOKORO_GFILE_DIR} /project-id.json" )
31
35
32
36
# Remove old nox
33
- python3.6 -m pip uninstall --yes --quiet nox-automation
37
+ python3 -m pip uninstall --yes --quiet nox-automation
34
38
35
39
# Install nox
36
- python3.6 -m pip install --upgrade --quiet nox
37
- python3.6 -m nox --version
40
+ python3 -m pip install --upgrade --quiet nox
41
+ python3 -m nox --version
38
42
39
43
# If NOX_SESSION is set, it only runs the specified session,
40
44
# otherwise run all the sessions.
41
45
if [[ -n " ${NOX_SESSION:- } " ]]; then
42
- python3.6 -m nox -s " ${NOX_SESSION:- } "
46
+ python3 -m nox -s ${NOX_SESSION:- }
43
47
else
44
- python3.6 -m nox
48
+ python3 -m nox
45
49
fi
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/google-api-python-client.git",
7
- "sha": "32d1c597b364e2641eca33ccf6df802bb218eea1 "
7
+ "sha": "cc94ec86e652769e9d3d5cb6d6491efb8d76dd21 "
8
8
}
9
9
},
10
10
{
18
18
"git": {
19
19
"name": "synthtool",
20
20
"remote": "https://github.com/googleapis/synthtool.git",
21
- "sha": "c2de32114ec484aa708d32012d1fa8d75232daf5 "
21
+ "sha": "fb53b6fb373b7c3edf4e55f3e8036bc6d73fa483 "
22
22
}
23
23
}
24
24
],
You can’t perform that action at this time.
0 commit comments