From f9177b1eb32d258b8d5e08ecaa126193f767bf2c Mon Sep 17 00:00:00 2001 From: "Saralegui Vallejo, Unai" <unai.saralegui@tecnalia.com> Date: Tue, 11 May 2021 10:19:29 +0200 Subject: [PATCH] Update virtualenv.yml --- python-packages/virtualenv.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python-packages/virtualenv.yml b/python-packages/virtualenv.yml index ce0e207..872be8e 100644 --- a/python-packages/virtualenv.yml +++ b/python-packages/virtualenv.yml @@ -12,11 +12,6 @@ virtualenv: image: $ACR_URL/python:3.8 tags: - docker - only: - refs: - # run only when new tag is published or changes pushed to master - - tags - - master script: - pip install virtualenv # install virtualenv to create a virtual environment to install required packages -- GitLab