From 1e8096b3e588b7c9a6a2b2a0a0468242f36128f6 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 23 Sep 2016 13:46:12 +0200 Subject: [PATCH] Declare build variables for all stages --- templates/ci-for-python-only.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/ci-for-python-only.yml b/templates/ci-for-python-only.yml index 4b23130..a26003f 100644 --- a/templates/ci-for-python-only.yml +++ b/templates/ci-for-python-only.yml @@ -123,6 +123,7 @@ test_linux_27: wheels_linux_27: <<: *wheels_job + variables: *linux_27_build_variables dependencies: - build_linux_27 tags: @@ -166,6 +167,7 @@ test_linux_35: wheels_linux_35: <<: *wheels_job + variables: *linux_35_build_variables dependencies: - build_linux_35 tags: @@ -173,6 +175,7 @@ wheels_linux_35: docs_linux_35: <<: *docs_job + variables: *linux_35_build_variables dependencies: - build_linux_35 tags: -- GitLab