Skip to content

Commit

Permalink
v0.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lpabon committed Nov 28, 2018
1 parent ee0bc48 commit 5d059b8
Show file tree
Hide file tree
Showing 4 changed files with 963 additions and 971 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
version = "1.1.0"

[[constraint]]
branch = "master"
branch = "release-0.22"
name = "github.com/libopenstorage/openstorage-sdk-clients"

[[constraint]]
Expand Down
3 changes: 2 additions & 1 deletion hack/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ fail() {
MOCKSDK="mocksdk"
PORT="8180"
GWPORT="8181"
TAG="0.22.7"

make install || fail "make failed"
docker pull openstorage/mock-sdk-server
docker stop ${MOCKSDK} > /dev/null 2>&1
docker run --rm --name ${MOCKSDK} -d -p ${PORT}:9100 -p ${GWPORT}:9110 openstorage/mock-sdk-server || fail "Unable to start server"
docker run --rm --name ${MOCKSDK} -d -p ${PORT}:9100 -p ${GWPORT}:9110 openstorage/mock-sdk-server:${TAG} || fail "Unable to start server"
timeout 30 sh -c 'until curl --silent -X GET -d {} http://localhost:8181/v1/clusters/current | grep STATUS_OK; do sleep 1; done'

echo ">>> VERSION"
Expand Down
Loading

0 comments on commit 5d059b8

Please sign in to comment.