From 9e19db28ddee39fd6ae50cf4de7354a64e801ec4 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 19 Oct 2017 10:43:00 +0200 Subject: [PATCH] CI: rename jobs for consistency --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87dfa914..698d0f5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,17 +38,17 @@ opam: only: - master -build-coq8.7.dev: +build-coq.8.7.dev: <<: *template variables: COQ_VERSION: "8.7.dev" -build-coq8.7: +build-coq.8.7: <<: *template variables: COQ_VERSION: "8.7.0" -build-coq8.6.1: +build-coq.8.6.1: <<: *template variables: COQ_VERSION: "8.6.1" @@ -58,7 +58,7 @@ build-coq8.6.1: - build-time.txt - build-env.txt -build-coq8.6: +build-coq.8.6: <<: *template variables: COQ_VERSION: "8.6" -- GitLab