Fix all errors, all errors on the WORLD!!!!
Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
parent
856954c2ab
commit
6732784910
3
Makefile
3
Makefile
@ -17,8 +17,9 @@ run: $(EXEC)
|
|||||||
@chmod +x $(EXEC)
|
@chmod +x $(EXEC)
|
||||||
sudo $(EXEC)
|
sudo $(EXEC)
|
||||||
|
|
||||||
|
NETNS=practical_murdock
|
||||||
ssh:
|
ssh:
|
||||||
sudo ip netns exec practical_murdock ssh -o StrictHostKeychecking=no 172.16.0.2
|
sudo ip netns exec $(NETNS) ssh -o StrictHostKeychecking=no 172.16.0.2
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
golangci-lint run --fix
|
golangci-lint run --fix
|
||||||
|
Loading…
Reference in New Issue
Block a user