Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
zilf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Jira
Jira
Labels
Merge Requests
1
Merge Requests
1
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
This instance will be upgraded to Heptapod 0.19.0 (final) on 2021-01-20 at 14:00 UTC+1
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 @
8bf669f56626
...
...
@@ -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