Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-01-12 16:09:18 +0000
committervlorenzo2012-01-12 16:09:18 +0000
commit01933fb0ec5985a3a2b0fba381ebc7b4e43ac509 (patch)
treea377f344c415356f74722d150f7b3bb087cecfd9 /releng/org.eclipse.mdt.papyrus.releng.buckminster
parent3fcccc1c276b19b2441a2a4663bdd61e119e68cf (diff)
downloadorg.eclipse.papyrus-01933fb0ec5985a3a2b0fba381ebc7b4e43ac509.tar.gz
org.eclipse.papyrus-01933fb0ec5985a3a2b0fba381ebc7b4e43ac509.tar.xz
org.eclipse.papyrus-01933fb0ec5985a3a2b0fba381ebc7b4e43ac509.zip
NEW - Bug 365919: [Architecture - SVN - Build] Rewrite the Build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919 publishing test results
Diffstat (limited to 'releng/org.eclipse.mdt.papyrus.releng.buckminster')
-rw-r--r--releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-nightly-tests/build-after.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-nightly-tests/build-after.sh b/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-nightly-tests/build-after.sh
index 0eaf93e13fc..bcf3e966817 100644
--- a/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-nightly-tests/build-after.sh
+++ b/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-nightly-tests/build-after.sh
@@ -19,7 +19,7 @@ wget --quiet --no-check-certificate ${HUDSON_URL}/job/${JOB_NAME}/${BUILD_NUMBER
(cd tmp && zip -r "$zipName" *)
mv "tmp/$zipName" .
-if [[ "$BUILD_TYPE" == "N" && ( -n "$BUILD_ID" ) && ( -n "$BUILD_VERSION" ) ]]; then
+if [[ ( -n "$BUILD_ID" ) && ( -n "$BUILD_VERSION" ) ]]; then
echo ${BUILD_ID} > $promoteSignal
echo ${BUILD_VERSION} > $promoteVersion
fi

Back to the top