From e64c16d9b2619bcdff2d458119ed43be366848d1 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Mon, 30 Mar 2020 14:34:04 +0200 Subject: [PATCH] test rsync in cicd --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ded33c..e1ad307 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ production: script: - - ls ./ + - rsync -a ./mymodule/ /var/simplesamlphp/modules/mymodule/ only: - master tags: @@ -8,7 +8,7 @@ production: testing: script: - - ls ./ + - rsync -a ./mymodule/ /var/simplesamlphptest/modules/mymodule/ only: - testing tags: -- GitLab