diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..c7b99268d773ecb0dac49d3f67813a31838d6acb --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ +production: + script: + - ls /var/simplesamlphp + only: + - master + +testing: + script: + - ls /var/simplesamlphptest + only: + - testing + +