From 93a5ea7d25a8b72b0fda1520272694b3f7791917 Mon Sep 17 00:00:00 2001 From: Alvin Chung Date: Tue, 9 Jun 2020 09:35:43 +0800 Subject: [PATCH] fix ci error --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65df470..d524989 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build_lib_test: build_lib_release: stage: build - image: mono:5.8 + image: mcr.microsoft.com/dotnet/core/sdk:3.1-buster script: - export BUILD_VERSION=$(echo $CI_COMMIT_REF_NAME | sed 's/\([0-9]\+\.[0-9]\+\.[0-9]\+\)\-release$/\1/g') - echo $BUILD_VERSION @@ -78,4 +78,4 @@ pages: tags: - docker only: - - master \ No newline at end of file + - master