From bff5da3ac2d64233d193d53a626877a7f2e00c94 Mon Sep 17 00:00:00 2001 From: Isaak Lim Date: Thu, 15 Feb 2018 14:04:39 +0100 Subject: [PATCH] fix typos --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a7f956..34a3070 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,7 +88,7 @@ test-3.6-VS2017: tags: - VS2017 dependencies: - - build-3.5-VS2017 + - build-3.6-VS2017 script: - set Path=%Path%;C:\Program Files\Python36;C:\Program Files\Python36\Scripts; - virtualenv --clear -p "C:\Program Files\Python36\python.exe" . @@ -161,7 +161,7 @@ deploy-3.6-VS2017: tags: - VS2017 dependencies: - - build-3.5-VS2017 + - build-3.6-VS2017 script: - mkdir release - FOR %a in (dist3\*.whl) DO cp %a release -- GitLab