upgrade byteman-helper to v4.0.18-0.11

Signed-off-by: Cwen Yin <cwenyin0@gmail.com>
This commit is contained in:
Cwen Yin 2022-08-16 14:37:25 +08:00
parent 1f4e6bedbc
commit 235be6cf9c
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ GO := $(GOENV) go
CGO := $(CGOENV) go
GOTEST := TEST_USE_EXISTING_CLUSTER=false NO_PROXY="${NO_PROXY},testhost" go test
SHELL := /usr/bin/env bash
BYTEMAN_DIR := byteman-chaos-mesh-download-v4.0.18-0.10
BYTEMAN_DIR := byteman-chaos-mesh-download-v4.0.18-0.11
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))

View File

@ -26,7 +26,7 @@ if [[ ! (-e byteman-example) ]]; then
fi
echo "download byteman && set environment variable"
byteman_dir="byteman-chaos-mesh-download-v4.0.18-0.10"
byteman_dir="byteman-chaos-mesh-download-v4.0.18-0.11"
if [[ ! (-e ${byteman_dir}.tar.gz) ]]; then
curl -fsSL -o ${byteman_dir}.tar.gz https://mirrors.chaos-mesh.org/${byteman_dir}.tar.gz
tar zxvf ${byteman_dir}.tar.gz