We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5415b5c commit f46a3feCopy full SHA for f46a3fe
.gitlab-ci.yml
@@ -22,7 +22,7 @@ diff:
22
- branches
23
script:
24
#- apk add make curl bash jq
25
- - SWAGGER_VERSION=$(curl -s https://raw.githubusercontent.com/haproxytech/client-native/master/Makefile | grep SWAGGER_VERSION -m 1 | awk -F"=" '{print $2}')
+ - SWAGGER_VERSION=v0.23.0
26
- 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
27
- make generate-native
28
- test -z "$(git diff 2> /dev/null)" || exit "Specification is not generated, issue \`make generate\` and commit the result"
0 commit comments