Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
zilf
zilf
Commits
8bf669f56626
Commit
dafbbdf8
authored
Aug 11, 2019
by
Jesse McGrew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bitbucket-pipelines.yml: no sudo
parent
019d2da158fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bitbucket-pipelines.yml
bitbucket-pipelines.yml
+1
-1
No files found.
bitbucket-pipelines.yml
View file @
8bf669f5
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment