summaryrefslogtreecommitdiffstats
path: root/jjb/armband/armband-workspace-cleanup.sh
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-01 21:13:00 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-02 22:46:36 +0200
commita116ff4c8b680804ca9628a8ff88c4c55e61e38e (patch)
treedaff3613bcb47075e5c0ef8d48de3ba6d6d22810 /jjb/armband/armband-workspace-cleanup.sh
parent9ff16eb5ae11ceb402ce7f66371e13073bc2cbd4 (diff)
fuel, armband: Remove build jobs and scripts
While at it, cleanup obsolete parameters specific to build ops. JIRA: FUEL-277 JIRA: FUEL-278 Change-Id: Id45dfe6855c95c425ac9aa771519d450ba9da3b5 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
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