From 2b1c01b2ed48f71f89d66b803a3f77d6a6b6e0b4 Mon Sep 17 00:00:00 2001 From: Ziming Zhang Date: Tue, 4 Aug 2020 11:54:32 +0800 Subject: [PATCH] update version 1.10.5 Signed-off-by: Ziming Zhang --- VERSION | 2 +- tests/travis/ut_install.sh | 3 +-- tests/travis/ut_run.sh | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 66acda7a3..731c6c2cd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.10.4 +v1.10.5 diff --git a/tests/travis/ut_install.sh b/tests/travis/ut_install.sh index 7ee4248e9..296f03ebd 100644 --- a/tests/travis/ut_install.sh +++ b/tests/travis/ut_install.sh @@ -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 diff --git a/tests/travis/ut_run.sh b/tests/travis/ut_run.sh index 7607edaf1..90492d87f 100755 --- a/tests/travis/ut_run.sh +++ b/tests/travis/ut_run.sh @@ -1,7 +1,6 @@ #!/bin/bash -set -e - +set -ex export POSTGRESQL_HOST=$1 export REGISTRY_URL=$1:5000 export CHROME_BIN=chromium-browser