use mono 4.6.2

vnext
Paul Schneider 4 years ago
parent d2a194416f
commit 365e434c98
1 changed files with 2 additions and 0 deletions

@ -56,6 +56,8 @@ deploy_staging:
stage: deploy stage: deploy
script: script:
- echo "Deploy to staging server" - echo "Deploy to staging server"
- . /opt/mono-4.6/mono-env
- make restore
- make strip_yavscd - make strip_yavscd
environment: environment:
name: staging name: staging

Loading…