# HG changeset patch # User Alys Brooks # Date 2021-11-07 21:57:10 # Node ID 02cbb0c2812a78a58dde5749a81ba2ba396b0da2 # Parent dea966365ab5ed5418b9fec60a2c63b2747ccac9 Remove CI validation for now. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,15 @@ # These images don't have Make, so commands are executed directly stages: - - validate + # - validate - build -validate: - stage: validate - script: - - dotnet tool install -g dotnet-script - - dotnet tool run dotnet-script scripts/LoadYaml.csx - - dotnet tool run dotnet-script scripts/LoadInk.csx - image: mcr.microsoft.com/dotnet/sdk:3.1 +# validate: +# stage: validate +# script: +# - dotnet tool install -g dotnet-script +# - dotnet tool run dotnet-script scripts/LoadYaml.csx +# - dotnet tool run dotnet-script scripts/LoadInk.csx +# image: mcr.microsoft.com/dotnet/sdk:3.1 build-debug: stage: build