Merge pull request #12655 from bitsf/update_version_1.10.5

update version 1.10.5
This commit is contained in:
Daniel Jiang 2020-08-04 14:01:25 +08:00 committed by GitHub
commit 7cca4315fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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