From dafbbdf80c32cea61e5a3e2eff88377918cd21a1 Mon Sep 17 00:00:00 2001 From: Jesse McGrew Date: Sun, 11 Aug 2019 07:53:27 +0000 Subject: [PATCH] bitbucket-pipelines.yml: no sudo --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e1a287d..dcb8396 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -16,7 +16,7 @@ pipelines: caches: - dotnetcore script: - - sudo apt-get update && sudo apt-get install -y zip + - apt-get update -y && apt-get install -y zip - "dotnet msbuild -t:PackageAllRids -p:Configuration=Release Build.proj" artifacts: - Package/*/Packages/* \ No newline at end of file -- GitLab