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

Update base.yml

parent cf288950
Branches
No related tags found
No related merge requests found
...@@ -12,6 +12,12 @@ base: ...@@ -12,6 +12,12 @@ base:
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
- virtualenv $VIRTUALENV_NAME # create a virtualenvironment - virtualenv $VIRTUALENV_NAME # create a virtualenvironment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment