mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-19 12:26:22 +00:00
Remove with/without SUDO - the Makefile figures this out for itself
@@ -99,12 +99,6 @@ This performs sanity checks and produces artifacts.
|
||||
$ bin/release build
|
||||
```
|
||||
|
||||
If you don't need `sudo` (most likely under Mac OS), run:
|
||||
|
||||
```
|
||||
$ SUDO= bin/release build
|
||||
```
|
||||
|
||||
## bin/release draft
|
||||
|
||||
Create release draft on GitHub
|
||||
@@ -148,11 +142,6 @@ $ env GITHUB_TOKEN=xxx bin/release publish
|
||||
```
|
||||
|
||||
This interacts with Docker.
|
||||
If you don't need sudo to run Docker commands, you should do
|
||||
|
||||
```
|
||||
$ env GITHUB_TOKEN=xxx SUDO= bin/release publish
|
||||
```
|
||||
|
||||
## Merge
|
||||
|
||||
|
||||
Reference in New Issue
Block a user