From 365e434c98df365ea0509ae325d7a2c808a610fe Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 5 Apr 2021 01:51:34 +0100 Subject: [PATCH] use mono 4.6.2 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1dd86618..37d6713e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,8 @@ deploy_staging: stage: deploy script: - echo "Deploy to staging server" + - . /opt/mono-4.6/mono-env + - make restore - make strip_yavscd environment: name: staging