Skip to content
Snippets Groups Projects
Commit a5bc55ee authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

BUGFIX CI/CD

parent edda559d
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,10 @@ lint_code:
- merge_requests
build:
stage: test
stage: build
script:
- make build
except:
- merge_requests
......@@ -44,4 +44,6 @@ all: ## clean, format and build
build:
mkdir -p bin
$(GOCMD) build -o bin/nck
install: build
sudo setcap cap_net_raw+ep bin/nck
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment