Skip to content
Snippets Groups Projects
Commit a27b6b03 authored by David Diederich's avatar David Diederich
Browse files

Merge branch 'cherry-pick-1d27c9c2' into 'release/0.14'

Cherry-pick "Use python 3.8 image for gcp dev2 environment also" into release/0.14

See merge request !486
parents 3e1ac1a6 99383626
No related branches found
No related tags found
1 merge request!486Cherry-pick "Use python 3.8 image for gcp dev2 environment also" into release/0.14
Pipeline #103759 passed with warnings
......@@ -248,10 +248,14 @@ osdu-gcp-test-python:
osdu-gcp-dev2-test-python:
extends: .osdu-gcp-dev2-variables
stage: integration
image: gcr.io/google.com/cloudsdktool/cloud-sdk
image: python:3.8
needs: ["osdu-gcp-dev2-deploy-deployment"]
script:
- apt-get install -y python3-venv
- bash
- curl https://sdk.cloud.google.com > install.sh
- bash install.sh --disable-prompts
- source /root/google-cloud-sdk/completion.bash.inc
- source /root/google-cloud-sdk/path.bash.inc
- python3 -m venv env
- source env/bin/activate
- pip install --upgrade pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment