diff options
Diffstat (limited to 'jjb/armband/build.sh')
-rwxr-xr-x | jjb/armband/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/armband/build.sh b/jjb/armband/build.sh index 26c46d2fc..01d09aa28 100755 --- a/jjb/armband/build.sh +++ b/jjb/armband/build.sh @@ -12,6 +12,8 @@ set -o errexit set -o nounset set -o pipefail +echo "Host info: $(hostname) $(hostname -I)" + cd $WORKSPACE # remove the expired items from cache |