Skip to content

Commit e5d48d5

Browse files
committed
ci_test fix
1 parent 03462fc commit e5d48d5

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,9 @@ job1:
1010
- dotnet restore
1111
- pwd
1212
- ls -sl
13-
- cd test/LearningCSharp.Test
14-
- dotnet build
15-
- cd src/LearningCSharp.Service
16-
- dotnet build
13+
- chmod +x build.sh
14+
- ./build.sh
1715
only:
18-
- master
19-
tags:
20-
- docker
21-
22-
job2:
23-
stage: test
24-
script:
25-
- cd test/LearningCSharp.Test
26-
- dotnet restore
27-
- dotnet build
28-
- dotnet test
29-
only:
30-
- master
16+
- ci_test
3117
tags:
3218
- docker

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ learning Github
55

66
|Circle CI|MyGet CI|Travis CI|Appveyor CI|GitLab CI|
77
|:-------:|:------:|:-------:|:---------:|:-------:|
8-
|[![Circle CI](https://circleci.com/gh/f7q/learning.svg?style=svg)](https://circleci.com/gh/f7q/learning)|[![learning MyGet Build Status](https://www.myget.org/BuildSource/Badge/learning?identifier=51208b8b-a669-446a-9ce5-c271dda9d59c)](https://www.myget.org/)|[![Build Status](https://travis-ci.org/f7q/learning.svg?branch=master)](https://travis-ci.org/f7q/learning)|[![Build status](https://ci.appveyor.com/api/projects/status/2a8ootborxq0689u?svg=true)](https://ci.appveyor.com/project/f7q/learning)|[![build status](https://gitlab.com/f7Q/learning/badges/master/build.svg)](https://gitlab.com/f7Q/learning/commits/master)|
8+
|[![Circle CI](https://circleci.com/gh/f7q/learning.svg?style=svg)](https://circleci.com/gh/f7q/learning)|[![learning MyGet Build Status](https://www.myget.org/BuildSource/Badge/learning?identifier=51208b8b-a669-446a-9ce5-c271dda9d59c)](https://www.myget.org/)|[![Build Status](https://travis-ci.org/f7q/learning.svg?branch=master)](https://travis-ci.org/f7q/learning)|[![Build status](https://ci.appveyor.com/api/projects/status/2a8ootborxq0689u?svg=true)](https://ci.appveyor.com/project/f7q/learning)|[![pipeline status](https://gitlab.com/f7Q/learning/badges/ci_test/pipeline.svg)](https://gitlab.com/f7Q/learning/commits/ci_test)|
99

1010
- C#
1111
- dotnet Core

0 commit comments

Comments
 (0)