mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
build: remove swagger install in stacker files
it is currently installed in the Makefile Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
parent
7954add73a
commit
6d5b208e93
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue