Skip to content

Commit

Permalink
fix cloud testing tool version to avoid problems with updating (netwo…
Browse files Browse the repository at this point in the history
…rkservicemesh#2180)

Signed-off-by: Denis Tingajkin <[email protected]>
  • Loading branch information
denis-tingaikin authored Aug 31, 2020
1 parent cf9e7df commit 74ab29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
export ARTIFACTS_SAVE_ALWAYS=true
fi
pushd test
go get github.com/networkservicemesh/cloudtest
go get github.com/networkservicemesh/cloudtest@v0.2.0
popd
cloudtest || ERR=$?
[ "${CIRCLE_BRANCH}" == "master" ] && [ "$ERR" == "" ] && exit 0
Expand Down

0 comments on commit 74ab29c

Please sign in to comment.