Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.eef.releng/publish-nightly.sh')
-rwxr-xr-xreleng/org.eclipse.eef.releng/publish-nightly.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/releng/org.eclipse.eef.releng/publish-nightly.sh b/releng/org.eclipse.eef.releng/publish-nightly.sh
index 8e03ca50d..a85fd632b 100755
--- a/releng/org.eclipse.eef.releng/publish-nightly.sh
+++ b/releng/org.eclipse.eef.releng/publish-nightly.sh
@@ -65,6 +65,8 @@ export TARGET_DIR="$TARGET_ROOT/$FULL_VERSION/$PLATFORM"
######################################################################
export WKS="."
+echo $TARGET_DIR
+
# Ensure the target folder exists
mkdir -p "$TARGET_DIR"
# The actual publication of the p2 repo produced by the build

Back to the top