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

wip

parent b1c19b27
Branches
No related tags found
3 merge requests!11Big boom integration,!10Add linting,!6Draft: Akms ckms api implementation
Pipeline #180734 passed
...@@ -40,5 +40,5 @@ lint: ...@@ -40,5 +40,5 @@ lint:
script: script:
# writes golangci-lint output to gl-code-quality-report.json # writes golangci-lint output to gl-code-quality-report.json
- apk add --update make jq - apk add --update make jq
- make ci-lint - make lint
needs: [] needs: []
...@@ -38,9 +38,6 @@ lint: install-tools ...@@ -38,9 +38,6 @@ lint: install-tools
lint-fix: install-tools lint-fix: install-tools
./$(TOOLS_DIR)/golangci-lint run --config .golangci.yml --fix | jq ./$(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 build-ekms: pre
CGO_ENABLED=0 $(GOBUILD) -o $(BUILD_ARTIFACTS_PATH)/ekms ./ekms/main.go 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