From 13de1c204b87ddce4d4f6e90d86563bcb15d9bc1 Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Tue, 22 Jun 2021 15:48:01 +0200 Subject: [PATCH] [fix] FIx CI build --- .gitlab-ci.yml | 4 ++-- dist/desktop | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 503e3d212..7a663c96a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ stages: - build - alt_build - #- publish + - publish fast-build: stage: build @@ -75,6 +75,7 @@ pages: - public only: - master + mirror: stage: publish image: liaohuqiu/rsync @@ -93,7 +94,6 @@ mirror: only: - master - release-web: stage: publish image: node:12 diff --git a/dist/desktop b/dist/desktop index 05c905f9f..62c8e26d1 160000 --- a/dist/desktop +++ b/dist/desktop @@ -1 +1 @@ -Subproject commit 05c905f9f5cc2cc8698a995e87797991e87e9a26 +Subproject commit 62c8e26d1492b863d10b402669bf105a29353818 -- GitLab