From ba4ac1d89c6309c177d72fd89f1bed8909ab92ef Mon Sep 17 00:00:00 2001
From: Alexandre MEYER <alexandre.meyer@univ-lyon1.fr>
Date: Thu, 17 Nov 2022 15:51:57 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 26 +-------------------------
 1 file changed, 1 insertion(+), 25 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8928af..c575857 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,26 +1,2 @@
-# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
-# image: forge.univ-lyon1.fr:4567/emmanuel.coquery/emmanuel.coquery.pages.univ-lyon1.fr/hugo:latest
+# The Docker image that will be used to build your app
 image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
-
-variables:
-  GIT_SUBMODULE_STRATEGY: recursive
-
-#pages:
-#  stage: deploy
-pages:
-  script:
-    - pwd
-    - echo "ici"
-    - ls
-    - ls ..
-    - cd web
-    - hugo -D
-    - ls
-    - mv public ../public
-    - ls ..
-    - ls ../public
-  artifacts:
-    paths:
-      - public
-  only:
-    - master
-- 
GitLab