mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-22 16:34: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.sh
vendored
2
.github/workflows/smoke/build.sh
vendored
@@ -36,4 +36,4 @@ mkdir ./build
|
||||
../../../../nebula-cert sign -name "host4" -groups "host,host4" -ip "192.168.100.4/24"
|
||||
)
|
||||
|
||||
sudo docker build -t "nebula:${NAME:-smoke}" .
|
||||
docker build -t "nebula:${NAME:-smoke}" .
|
||||
|
||||
Reference in New Issue
Block a user