update version 1.10.5

Signed-off-by: Ziming Zhang <zziming@vmware.com>
This commit is contained in:
Ziming Zhang 2020-08-04 11:54:32 +08:00
parent 417e12ecaf
commit 2b1c01b2ed
3 changed files with 3 additions and 5 deletions

View File

@ -1 +1 @@
v1.10.4
v1.10.5

View File

@ -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

View File

@ -1,7 +1,6 @@
#!/bin/bash
set -e
set -ex
export POSTGRESQL_HOST=$1
export REGISTRY_URL=$1:5000
export CHROME_BIN=chromium-browser