Description:
Remove CI validation for now.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -1,15 +1,15 | |||
|
1 | 1 | # These images don't have Make, so commands are executed directly |
|
2 | 2 | stages: |
|
3 | - validate | |
|
3 | # - validate | |
|
4 | 4 | - build |
|
5 | 5 | |
|
6 | validate: | |
|
7 | stage: validate | |
|
8 | script: | |
|
9 | - dotnet tool install -g dotnet-script | |
|
10 | - dotnet tool run dotnet-script scripts/LoadYaml.csx | |
|
11 | - dotnet tool run dotnet-script scripts/LoadInk.csx | |
|
12 | image: mcr.microsoft.com/dotnet/sdk:3.1 | |
|
6 | # validate: | |
|
7 | # stage: validate | |
|
8 | # script: | |
|
9 | # - dotnet tool install -g dotnet-script | |
|
10 | # - dotnet tool run dotnet-script scripts/LoadYaml.csx | |
|
11 | # - dotnet tool run dotnet-script scripts/LoadInk.csx | |
|
12 | # image: mcr.microsoft.com/dotnet/sdk:3.1 | |
|
13 | 13 | |
|
14 | 14 | build-debug: |
|
15 | 15 | stage: build |
You need to be logged in to leave comments.
Login now