mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-22 08:24:25 +01:00
smoke-test: don't assume docker needs sudo (#958)
Let the host deal with this detail if necessary
This commit is contained in:
2
.github/workflows/smoke/build-relay.sh
vendored
2
.github/workflows/smoke/build-relay.sh
vendored
@@ -41,4 +41,4 @@ EOF
|
||||
../../../../nebula-cert sign -name "host4" -groups "host,host4" -ip "192.168.100.4/24"
|
||||
)
|
||||
|
||||
sudo docker build -t nebula:smoke-relay .
|
||||
docker build -t nebula:smoke-relay .
|
||||
|
||||
Reference in New Issue
Block a user