diff options
author | 2017-09-08 19:04:42 +0000 | |
---|---|---|
committer | 2017-09-08 19:04:42 +0000 | |
commit | bbb0b46e10da23efe6a12c580164e103eb71b334 (patch) | |
tree | 485364452a5aee0ce9b6f0351970119b05c541d7 /jjb/compass4nfv | |
parent | 897562894530a0227e78cf546f629809437925e0 (diff) | |
parent | 510e38e4a832afb96885f9d21156ef095519cd23 (diff) |
Merge "installers: Use global macro 'clean-workspace'"
Diffstat (limited to 'jjb/compass4nfv')
-rw-r--r-- | jjb/compass4nfv/compass-project-jobs.yml | 3 | ||||
-rw-r--r-- | jjb/compass4nfv/compass-workspace-cleanup.sh | 7 |
2 files changed, 1 insertions, 9 deletions
diff --git a/jjb/compass4nfv/compass-project-jobs.yml b/jjb/compass4nfv/compass-project-jobs.yml index 691e76278..e612ef65f 100644 --- a/jjb/compass4nfv/compass-project-jobs.yml +++ b/jjb/compass4nfv/compass-project-jobs.yml @@ -64,8 +64,7 @@ !include-raw-escape: ./compass-build.sh - shell: !include-raw-escape: ./compass-upload-artifact.sh - - shell: - !include-raw-escape: ./compass-workspace-cleanup.sh + - 'clean-workspace' - job-template: name: 'compass-build-ppa-{stream}' diff --git a/jjb/compass4nfv/compass-workspace-cleanup.sh b/jjb/compass4nfv/compass-workspace-cleanup.sh deleted file mode 100644 index 98201af9b..000000000 --- a/jjb/compass4nfv/compass-workspace-cleanup.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -set -o errexit -set -o nounset -set -o pipefail - -# delete everything that is in $WORKSPACE -/bin/rm -rf $WORKSPACE
\ No newline at end of file |