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 | # These images don't have Make, so commands are executed directly |
|
1 | # These images don't have Make, so commands are executed directly |
|
2 | stages: |
|
2 | stages: |
|
3 | - validate |
|
3 | # - validate |
|
4 | - build |
|
4 | - build |
|
5 |
|
5 | ||
|
6 | validate: |
|
6 | # validate: |
|
7 | stage: validate |
|
7 | # stage: validate |
|
8 | script: |
|
8 | # script: |
|
9 | - dotnet tool install -g dotnet-script |
|
9 | # - dotnet tool install -g dotnet-script |
|
10 | - dotnet tool run dotnet-script scripts/LoadYaml.csx |
|
10 | # - dotnet tool run dotnet-script scripts/LoadYaml.csx |
|
11 | - dotnet tool run dotnet-script scripts/LoadInk.csx |
|
11 | # - dotnet tool run dotnet-script scripts/LoadInk.csx |
|
12 | image: mcr.microsoft.com/dotnet/sdk:3.1 |
|
12 | # image: mcr.microsoft.com/dotnet/sdk:3.1 |
|
13 |
|
13 | ||
|
14 | build-debug: |
|
14 | build-debug: |
|
15 | stage: build |
|
15 | stage: build |
You need to be logged in to leave comments.
Login now