Skip to content

Commit

Permalink
fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsay committed Jun 9, 2020
1 parent 1277242 commit 93a5ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -78,4 +78,4 @@ pages:
tags:
- docker
only:
- master
- master

0 comments on commit 93a5ea7

Please sign in to comment.