From 922486174e1e40b5cbc80dfd86c8301b6d6df7f3 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Tue, 20 Sep 2022 12:15:21 +0200 Subject: [PATCH] updated makefile --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e35ca9..3b3c015 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,8 +43,8 @@ before_script: build_only: script: - cd slides - - make - - make deploy + - make SHELL=bash + - make deploy SHELL=bash - rsync -avz prog_seq_c_cours ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/ build_artifacts: -- GitLab