From 7364399361247012534792d39956044b385a9a25 Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Wed, 25 Nov 2020 09:28:26 +0100 Subject: [PATCH] updated ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e666a77..96c368c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,11 +34,11 @@ build_and_deploy: script: - pandoc -v - cd hakyll-bootstrap/cours/prog_seq - - git pull + - git pull origin master - cd ../math_tech_info - - git pull + - git pull origin master - cd ../phys_app - - git pull + - git pull origin master - cd ../../.. - make - rsync -avzz css ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/ -- GitLab