mirror of https://github.com/chaos-mesh/chaosd.git
upgrade byteman-helper to v4.0.18-0.11
Signed-off-by: Cwen Yin <cwenyin0@gmail.com>
This commit is contained in:
parent
1f4e6bedbc
commit
235be6cf9c
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@ GO := $(GOENV) go
|
||||||
CGO := $(CGOENV) go
|
CGO := $(CGOENV) go
|
||||||
GOTEST := TEST_USE_EXISTING_CLUSTER=false NO_PROXY="${NO_PROXY},testhost" go test
|
GOTEST := TEST_USE_EXISTING_CLUSTER=false NO_PROXY="${NO_PROXY},testhost" go test
|
||||||
SHELL := /usr/bin/env bash
|
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)
|
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
|
||||||
ifeq (,$(shell go env GOBIN))
|
ifeq (,$(shell go env GOBIN))
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ if [[ ! (-e byteman-example) ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "download byteman && set environment variable"
|
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
|
if [[ ! (-e ${byteman_dir}.tar.gz) ]]; then
|
||||||
curl -fsSL -o ${byteman_dir}.tar.gz https://mirrors.chaos-mesh.org/${byteman_dir}.tar.gz
|
curl -fsSL -o ${byteman_dir}.tar.gz https://mirrors.chaos-mesh.org/${byteman_dir}.tar.gz
|
||||||
tar zxvf ${byteman_dir}.tar.gz
|
tar zxvf ${byteman_dir}.tar.gz
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue