File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ void preBuildCheck() {
45
45
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /space/go/bin v1.50.0
46
46
wget https://github.com/gotestyourself/gotestsum/releases/download/v1.12.0/gotestsum_1.12.0_linux_amd64.tar.gz -O gotestsum.tar.gz
47
47
mkdir -p /space/go/bin/
48
- tar -xf gotestsum.tar.gz -C /space/go/bin/
48
+ tar -xf gotestsum.tar.gz -C /space/go/bin/ gotestsum
49
49
'''
50
50
}
51
51
@@ -252,10 +252,10 @@ pipeline {
252
252
sh '''
253
253
sudo sysctl -w vm.nr_hugepages=0
254
254
minikube delete --all --purge
255
- docker rm -f $(docker ps -a -q) || true
256
- docker system prune --force --filter "until=720h"
257
- docker volume prune --force
258
- docker image prune --force --all
255
+ docker stop $(docker ps -a -q) || true
256
+ docker system prune --force --all
257
+ docker volume prune --force --all
258
+ docker system df
259
259
sudo rm -rf /space/.minikube /space/go /space/.kube-config
260
260
'''
261
261
sh " rm -rf $WORKSPACE /test/test_results/"
You can’t perform that action at this time.
0 commit comments