From 329d75db629ab8920a745a080fd8e58e0711c73c Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Mon, 30 Mar 2020 14:14:53 +0200 Subject: [PATCH] added cicd --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..c7b9926 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ +production: + script: + - ls /var/simplesamlphp + only: + - master + +testing: + script: + - ls /var/simplesamlphptest + only: + - testing + + -- GitLab