Skip to content
Snippets Groups Projects
Commit bd54f85c authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

wip

parent b1c19b27
No related branches found
No related tags found
3 merge requests!11Big boom integration,!10Add linting,!6Draft: Akms ckms api implementation
Pipeline #180734 passed
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -40,5 +40,5 @@ lint:
script:
# writes golangci-lint output to gl-code-quality-report.json
- apk add --update make jq
- make ci-lint
- make lint
needs: []
......@@ -38,9 +38,6 @@ lint: install-tools
lint-fix: install-tools
./$(TOOLS_DIR)/golangci-lint run --config .golangci.yml --fix | jq
ci-lint:
golangci-lint run --config .golangci.yml --out-format code-climate
build-ekms: pre
CGO_ENABLED=0 $(GOBUILD) -o $(BUILD_ARTIFACTS_PATH)/ekms ./ekms/main.go
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment