From b856222884cc1ca5d3af7132d5e2f60cd0704e4a Mon Sep 17 00:00:00 2001 From: Nutchayut Kanjanakuladit Date: Wed, 2 Aug 2023 07:29:11 +0000 Subject: [PATCH] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ed6d853..1cc47c1 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,16 +8,16 @@ options: docker: true pipelines: default: - - step: - runs-on: - - self.hosted - - linux - - 16g - size: 2x - services: - - docker - caches: - - dotnetcore + - step: + runs-on: + - self.hosted + - linux + - 16g + size: 2x + services: + - docker + caches: + - dotnetcore script: # Modify the commands below to build your repository. # - dotnet restore # - dotnet build