Skip to content
Snippets Groups Projects
Commit 9dc65a91 authored by Steffen Schulze's avatar Steffen Schulze
Browse files

delete folder

parent 3c024e56
No related branches found
Tags v0.0.7
No related merge requests found
include:
- project: 'eclipse/xfsc/dev-ops/ci-templates'
file: 'standard-docker-ci.yaml'
ref: main
\ No newline at end of file
include:
- local: '/standard-docker-ci.yaml'
stages:
- build
- test
- release
unit-tests:
stage: test
rules:
- !reference [.rules, rules]
- if: '$CI_COMMIT_TAG == null'
image:
name: ${IMAGE_TAG_LOCATION}
script:
- go test ./...
check-code:
stage: test
rules:
- !reference [.rules, rules]
- if: '$CI_COMMIT_TAG == null'
image:
name: ${IMAGE_TAG_LOCATION}
script:
- go install honnef.co/go/tools/cmd/staticcheck@latest
- staticcheck ./...
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment