mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-12 19:00:50 +01:00
update version 1.10.5
Signed-off-by: Ziming Zhang <zziming@vmware.com>
This commit is contained in:
parent
417e12ecaf
commit
2b1c01b2ed
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -ex
|
||||
|
||||
sudo apt-get update && sudo apt-get install -y libldap2-dev
|
||||
go get -d github.com/docker/distribution
|
||||
@ -9,7 +9,6 @@ go get -d github.com/lib/pq
|
||||
go get golang.org/x/lint/golint
|
||||
go get github.com/GeertJohan/fgt
|
||||
go get github.com/dghubble/sling
|
||||
go get github.com/stretchr/testify
|
||||
go get golang.org/x/tools/cmd/cover
|
||||
go get github.com/mattn/goveralls
|
||||
go get -u github.com/client9/misspell/cmd/misspell
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
set -ex
|
||||
export POSTGRESQL_HOST=$1
|
||||
export REGISTRY_URL=$1:5000
|
||||
export CHROME_BIN=chromium-browser
|
||||
|
Loading…
Reference in New Issue
Block a user