Skip to content
Permalink
Browse files
don't trash the build-area, we want to archive those "artifacts" for
other jobs
  • Loading branch information
anarcat committed Mar 7, 2012
1 parent 1745c8e commit 896ccf7456da4eb0e0fdc35f0c655865ef4b33b7
Showing 1 changed file with 0 additions and 3 deletions.
@@ -55,8 +55,6 @@ fi

echo building aegir-${upstream_version} with key $KEY - build tag: ${BUILD_TAG}

trap "rm -rf build-area" 0

if ! [ -z "$tag" ] ; then
$simulate git-buildpackage -k${KEY}
else
@@ -77,5 +75,4 @@ if $upload; then
exit 1
fi
fi
$simulate rm -r build-area
$simulate git checkout ${GIT_COMMIT}

0 comments on commit 896ccf7

Please sign in to comment.