From 3747304e870031e23a976817c0558f8530528207 Mon Sep 17 00:00:00 2001
From: "patrick.godwin" <patrick.godwin@ligo.org>
Date: Mon, 16 Aug 2021 09:42:50 -0400
Subject: [PATCH] gitlab-ci.yml: allow conda docs stage to accept releaseinfo
 changes when running apt-get update

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef5834e1f0..2c285a4407 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -502,7 +502,7 @@ docs:
   before_script: [ ]
   script:
     - |
-      apt-get update -y
+      apt-get --allow-releaseinfo-change update -y
       apt-get install -y dvipng texlive-latex-base texlive-latex-extra
       conda init bash
       source ~/.bashrc
-- 
GitLab