From 00a914c985be584f52818ba364c5ee098dab751c Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Mon, 17 Feb 2020 09:40:10 -0800
Subject: [PATCH] Update to use the 2019-06 snapshot

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8097e1e0..6fb3e8162 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 variables:
-  download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2018/10"
-  version: "2018-10-x86"
-  bootstrap: "-B boot-21d.lisp"
+  download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2019/06"
+  version: "2019-06-x86"
+  bootstrap: ""
 
 linux-runner:
   tags:
-- 
GitLab