File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
22
- SWAGGER_VERSION=$(curl -s https://raw.githubusercontent.com/haproxytech/client-native/master/Makefile | grep SWAGGER_VERSION -m 1 | awk -F"=" '{print $2}')
23
23
- wget -q "https://github.com/go-swagger/go-swagger/releases/download/${SWAGGER_VERSION}/swagger_linux_amd64" -O /usr/local/bin/swagger && chmod +x /usr/local/bin/swagger
24
24
- make generate-native
25
- - test -z "$(git diff 2> /dev/null)" || exit "Specification is not generated, issue \`make swagger \` and commit the result"
25
+ - test -z "$(git diff 2> /dev/null)" || exit "Specification is not generated, issue \`make generate \` and commit the result"
26
26
- test -z "$(git ls-files --others --exclude-standard 2> /dev/null)" || exit "Specification generation created untracked files, cannot proceed"
27
27
28
28
golangci-lint :
73
73
74
74
.e2e :
75
75
stage : e2e
76
+ artifacts :
77
+ paths :
78
+ - build
76
79
image :
77
80
name : $CI_REGISTRY_GO/docker:stable
78
81
entrypoint : [ "" ]
You can’t perform that action at this time.
0 commit comments