Merge "Comment Pending JJB Changes on Patchset"
[releng.git] / jjb / daisy4nfv / daisy4nfv-workspace-cleanup.sh
1 #!/bin/bash
2 ##############################################################################
3 # Copyright (c) 2016 ZTE Coreporation and others.
4 # hu.zhijiang@zte.com.cn
5 # sun.jing22@zte.com.cn
6 # All rights reserved. This program and the accompanying materials
7 # are made available under the terms of the Apache License, Version 2.0
8 # which accompanies this distribution, and is available at
9 # http://www.apache.org/licenses/LICENSE-2.0
10 ##############################################################################
11 set -o errexit
12 set -o nounset
13 set -o pipefail
14
15 # delete the $WORKSPACE to open some space
16 /bin/rm -rf $WORKSPACE