From 84fa2568b65deedf5ff402f5f482f6a22f4eef7c Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Wed, 3 Feb 2021 20:11:21 -0800 Subject: [PATCH] Set version correctly Updated the directory path but forgot the version part. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d866fa09b..286ff0392 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2021/01" - version: "2020-04-x86" + version: "2021-01-x86" bootstrap: "" stages: -- GitLab