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