From 6d786c9e46f2e493242d803babeba98702bbda45 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Mon, 18 Oct 2021 13:13:39 -0400
Subject: [PATCH] stop publishing opam packages

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 69b0df66..10b97016 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,6 @@ build-coq.8.13.1:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.13.1"
-    OPAM_PKG: "1"
     DENY_WARNINGS: "1"
     MANGLE_NAMES: "1"
   tags:
-- 
GitLab