From 65b5ef71306b660cbe47fe107cfad08990843f40 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?FEL=C5=A0=C3=96CI=20Marek?= <marek.felsoci@inria.fr>
Date: Tue, 18 Apr 2023 11:32:36 +0200
Subject: [PATCH] Remove unused instructions from CI configuration

---
 .compose-gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.compose-gitlab-ci.yml b/.compose-gitlab-ci.yml
index 66ecc43..b2bab96 100644
--- a/.compose-gitlab-ci.yml
+++ b/.compose-gitlab-ci.yml
@@ -1,15 +1,11 @@
 variables:
   GIT_STRATEGY: clone
   GIT_SUBMODULE_STRATEGY: recursive
-  DIRECTORY: "/beegfs/agullo/compose/"  # Storage directory on PlaFRIM.
 
 stages:
   - build
   - deploy                      # Create the report and deploy the Gitlab pages.
 
-before_script:
-  - mkdir -p public/
-
 buildrawlatex:
   # We recommend NOT to use this feature and only rely on org.
   # However, it is still possible to handle raw latex files,
-- 
GitLab