From ff86d0e2e705ef2d2344f4f6a9a9f737bac9aa98 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Thu, 16 Feb 2017 12:31:14 -0600 Subject: [PATCH] Add a maxima tag to the Conda builds (for now). --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af88cbb..0c49e57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,8 @@ Python 2.7 Conda: - CONDA_ENVIRONMENT=.test-py2.yml - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh - ". ./build-and-test-py-project-within-miniconda.sh" + tags: + - maxima except: - tags @@ -35,6 +37,8 @@ Python 3.5 Conda: - CONDA_ENVIRONMENT=.test-py3.yml - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh - ". ./build-and-test-py-project-within-miniconda.sh" + tags: + - maxima except: - tags -- GitLab