Skip to content

Commit c0839dc

Browse files
author
Alexander Peters
committed
Fixed smoke test
1 parent d688d84 commit c0839dc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/smoke/build-relay.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ mkdir ./build
88
(
99
cd build
1010

11-
cp ../../../../build/linux-amd64/nebula .
12-
cp ../../../../build/linux-amd64/nebula-cert .
11+
cp ../../../../build/linux-amd64/oneclick-agent .
12+
cp ../../../../build/linux-amd64/oneclick-agent-cert .
1313

1414
HOST="lighthouse1" AM_LIGHTHOUSE=true ../genconfig.sh >lighthouse1.yml <<EOF
1515
relay:
@@ -34,11 +34,11 @@ relay:
3434
use_relays: false
3535
EOF
3636

37-
../../../../nebula-cert ca -name "Smoke Test"
38-
../../../../nebula-cert sign -name "lighthouse1" -groups "lighthouse,lighthouse1" -ip "192.168.100.1/24"
39-
../../../../nebula-cert sign -name "host2" -groups "host,host2" -ip "192.168.100.2/24"
40-
../../../../nebula-cert sign -name "host3" -groups "host,host3" -ip "192.168.100.3/24"
41-
../../../../nebula-cert sign -name "host4" -groups "host,host4" -ip "192.168.100.4/24"
37+
../../../../oneclick-agent-cert ca -name "Smoke Test"
38+
../../../../oneclick-agent-cert sign -name "lighthouse1" -groups "lighthouse,lighthouse1" -ip "192.168.100.1/24"
39+
../../../../oneclick-agent-cert sign -name "host2" -groups "host,host2" -ip "192.168.100.2/24"
40+
../../../../oneclick-agent-cert sign -name "host3" -groups "host,host3" -ip "192.168.100.3/24"
41+
../../../../oneclick-agent-cert sign -name "host4" -groups "host,host4" -ip "192.168.100.4/24"
4242
)
4343

4444
sudo docker build -t nebula:smoke-relay .

0 commit comments

Comments
 (0)