Commit ae941179 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update .gitlab-ci.yml

1 merge request!57Knopkiwg master patch 25739
Showing with 2 additions and 2 deletions
+2 -2
production: production:
script: script:
- rsync -a ./mymodule/ /data/simplesamlphp/modules/mymodule/ - rsync -a ./mymodule/ /opt/simplesamlphp/modules/mymodule/
only: only:
- master - master
tags: tags:
...@@ -8,7 +8,7 @@ production: ...@@ -8,7 +8,7 @@ production:
testing: testing:
script: script:
- rsync -a ./mymodule/ /data/simplesamlphptest/modules/mymodule/ - rsync -a ./mymodule/ /opt/simplesamlphptest/modules/mymodule/
only: only:
- testing - testing
tags: tags:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment