summaryrefslogtreecommitdiffstats
path: root/jjb/armband/armband-workspace-cleanup.sh
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-09-04 22:54:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-04 22:54:31 +0000
commit444ec6314f41400bb4e1cb8dfd65f66083cb794e (patch)
tree7ac71b967911d49ad25a9a67cc7f8179459f6fe2 /jjb/armband/armband-workspace-cleanup.sh
parenta853431b3c5970b3bed138966d537714bb4bbd1d (diff)
parent23456c57f4c62489ebaa83e9978f6b9b8074e137 (diff)
Merge changes from topic 'fuel-armband-deploy-sync'
* changes: fuel, armband: Remove/disable artifact download fuel, armband: Remove build jobs and scripts fuel, armband: Drop armband-deploy.sh fuel, armband: Sync deploy scripts, cleanup
Diffstat (limited to 'jjb/armband/armband-workspace-cleanup.sh')
-rwxr-xr-xjjb/armband/armband-workspace-cleanup.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/jjb/armband/armband-workspace-cleanup.sh b/jjb/armband/armband-workspace-cleanup.sh
deleted file mode 100755
index d8948c7a0..000000000
--- a/jjb/armband/armband-workspace-cleanup.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-# SPDX-license-identifier: Apache-2.0
-##############################################################################
-# Copyright (c) 2016 Ericsson AB and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-set -o errexit
-set -o nounset
-set -o pipefail
-
-# delete the $WORKSPACE to open some space
-/bin/rm -rf $WORKSPACE