From a9534decca8c59dd5737c42fafe43d9289f61390 Mon Sep 17 00:00:00 2001 From: DHCPCD Date: Thu, 31 Mar 2022 00:57:28 +0300 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51dcf9b..f34bf12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build-job: # This job runs in the build stage, which runs first. - "dotnet clean" - "dotnet restore" - "dotnet build -c Release --output out/ --no-restore" - # + ## deploy-job: # This job runs in the deploy stage. stage: deploy # It only runs when *both* jobs in the test stage complete successfully. -- GitLab