.gitlab-ci.yml 177 Bytes
Newer Older
Wolfgang Knopki's avatar
Wolfgang Knopki committed
1
2
3
4
5
production:
  script:
  - ls /var/simplesamlphp
  only: 
  - master
Wolfgang Knopki's avatar
Wolfgang Knopki committed
6
7
  tags: 
  - SSO
Wolfgang Knopki's avatar
Wolfgang Knopki committed
8
  
Wolfgang Knopki's avatar
Wolfgang Knopki committed
9
10
11
12
13
testing:
  script:
  - ls /var/simplesamlphptest
  only:
  - testing
Wolfgang Knopki's avatar
Wolfgang Knopki committed
14
15
  tags:
  - SSO
Wolfgang Knopki's avatar
Wolfgang Knopki committed
16
17