From 7bda4e4ba464f274ccf844994c48059ea4946a13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@inrae.fr>
Date: Mon, 9 Mar 2020 23:24:11 +0100
Subject: [PATCH] Renomme la cible principale en reveal.js.

---
 .gitlab-ci.yml | 2 +-
 BUILD          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e2fc68..0f3c87b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ build:
     - apt-get install -yqq curl wget >/dev/null
     - curl -sSL https://github.com/thought-machine/please/releases/download/v14.3.5/please_14.3.5_linux_amd64.tar.gz | tar xz -C /usr/local/bin --strip-components=1
   script:
-    - please build --noupdate -p :theme
+    - please build --noupdate -p :reveal.js
     - mv plz-out/gen/reveal.js reveal.js
   artifacts:
     name: reveal.js-$CI_COMMIT_REF_SLUG
diff --git a/BUILD b/BUILD
index 465229a..42dcbda 100644
--- a/BUILD
+++ b/BUILD
@@ -1,7 +1,7 @@
 package(default_visibility = ["PUBLIC"])
 
 filegroup(
-    name = "theme",
+    name = "reveal.js",
     srcs = [
         "//css/theme",
         "//lib",
-- 
GitLab