Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
GO packages
googleapis
Google Cloud Go
Commits
99ab492b
Commit
99ab492b
authored
4 years ago
by
nicoleczhu
Browse files
Options
Download
Patches
Plain Diff
try 3.7
parent
e2aeb092
environmentTest
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
internal/kokoro/environment.sh
+1
-4
internal/kokoro/environment.sh
with
1 addition
and
4 deletions
+1
-4
internal/kokoro/environment.sh
+
1
−
4
View file @
99ab492b
...
...
@@ -54,9 +54,6 @@ gcloud auth configure-docker -q
# Remove old nox
python3
--version
apt-get update
apt-get
install
python3.8
python3
-V
# Install nox
python3
-m
pip uninstall
--yes
--quiet
nox-automation
...
...
@@ -71,7 +68,7 @@ echo $ENVCTL_ID
# Run the specified environment test
set
+e
# ./envctl/envctl go $ENVIRONMENT deploy
nox
--session
"tests(language='go', platform='
$ENVIRONMENT
')"
nox
--python
3.7
--session
"tests(language='go', platform='
$ENVIRONMENT
')"
TEST_STATUS_CODE
=
$?
# destroy resources
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets