Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb-backend-go
Commits
3e2aadee
Commit
3e2aadee
authored
Jan 18, 2021
by
Steffen Vogel
🎅🏼
Browse files
CI: fix PATH for new GOPATH
parent
55fa56a5
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3e2aadee
...
...
@@ -28,7 +28,7 @@ build:
script
:
-
go mod tidy
-
go install github.com/swaggo/swag/cmd/swag
-
swag init -p pascalcase -g "start.go" -o "./doc/api/"
-
${GOPATH}/bin/
swag init -p pascalcase -g "start.go" -o "./doc/api/"
-
go build
artifacts
:
paths
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment