An error occurred while loading the file. Please try again.
This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 249 bytes
production:
  script:
  - rsync -a ./mymodule/ /var/simplesamlphp/modules/mymodule/
  only: 
  - master
  tags: 
  - SSO
testing:
  script:
  - rsync -a ./mymodule/ /var/simplesamlphptest/modules/mymodule/
  only:
  - testing
  tags:
  - SSO