From ceab6a92b4582883df542b5c6390b4687472df20 Mon Sep 17 00:00:00 2001 From: Fabian Lennartz <lennartz@vr.rwth-aachen.de> Date: Mon, 25 Jun 2018 09:09:04 +0200 Subject: [PATCH] Fix typo shedules -> schedules, CI should work again --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48baa235..b3333652 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -195,7 +195,7 @@ test:windows_nightly:msvc++14.1: conan:linux:clang: stage: conan except: - - shedules + - schedules tags: - CentOS - opengl @@ -214,7 +214,7 @@ conan:linux:clang: cmake:linux:clang: stage: cmake except: - - shedules + - schedules tags: - CentOS - opengl @@ -289,7 +289,7 @@ clear:linux_nightly:clang: conan:linux_nightly:clang: stage: conan only: - - shedules + - schedules tags: - nightly - clang @@ -309,7 +309,7 @@ conan:linux_nightly:clang: cmake:linux_nightly:clang: stage: cmake only: - - shedules + - schedules tags: - nightly - clang -- GitLab