Skip to content

Commit

Permalink
build: remove swagger install in stacker files
Browse files Browse the repository at this point in the history
it is currently installed in the Makefile

Signed-off-by: Petu Eusebiu <[email protected]>
  • Loading branch information
eusebiu-constantin-petu-dbk committed Jul 4, 2022
1 parent ada21ed commit f4b9158
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion stacker-conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ build:
export GOPATH='/go'
export HOME='/root'
export PATH='/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
go get -u github.com/swaggo/swag/cmd/swag
mkdir -p /go/src/github.com/project-zot
cd /go/src/github.com/project-zot
git clone /zotcopy zot
Expand Down
1 change: 0 additions & 1 deletion stacker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ build:
export GOPATH='/go'
export HOME='/root'
export PATH='/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
go get -u github.com/swaggo/swag/cmd/swag
mkdir -p /go/src/github.com/project-zot
cd /go/src/github.com/project-zot
git clone /zotcopy zot
Expand Down

0 comments on commit f4b9158

Please sign in to comment.