Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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