Skip to content
Snippets Groups Projects
Commit f897712a authored by Luc Yriarte's avatar Luc Yriarte
Browse files

Use python 3.8 image for gcp dev2 environment also

parent 85ed006b
No related branches found
No related tags found
1 merge request!484Use python 3.8 image for gcp dev2 environment also
Pipeline #101961 failed
......@@ -240,10 +240,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