Skip to content
Snippets Groups Projects
Commit f9177b1e authored by Saralegui Vallejo, Unai's avatar Saralegui Vallejo, Unai
Browse files

Update virtualenv.yml

parent 268defc5
Branches
No related tags found
No related merge requests found
...@@ -12,11 +12,6 @@ virtualenv: ...@@ -12,11 +12,6 @@ virtualenv:
image: $ACR_URL/python:3.8 image: $ACR_URL/python:3.8
tags: tags:
- docker - docker
only:
refs:
# run only when new tag is published or changes pushed to master
- tags
- master
script: script:
- pip install virtualenv # install virtualenv to create a virtual environment to install required packages - pip install virtualenv # install virtualenv to create a virtual environment to install required packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment