[releng] Modify SSH account
For some reason it does not follow the same
pattern (genie.$PROJECT_ID@projects-storage.eclipse.org) as e.g. EMF
Services.
Change-Id: I6bb4375ce9d6f34560144eebb65f5b608b813367
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
diff --git a/org.eclipse.gmf.notation.repository/gmf-notation-jiro-publish.sh b/org.eclipse.gmf.notation.repository/gmf-notation-jiro-publish.sh
index f569611..916ad53 100644
--- a/org.eclipse.gmf.notation.repository/gmf-notation-jiro-publish.sh
+++ b/org.eclipse.gmf.notation.repository/gmf-notation-jiro-publish.sh
@@ -20,7 +20,7 @@
export PROJECT_NAME="GMF Notation"
export PROJECT_PREFIX="org.eclipse.gmf.notation"
-export SSH_ACCOUNT="genie.gmf-runtime@projects-storage.eclipse.org"
+export SSH_ACCOUNT="genie.gmf-runtime@git.eclipse.org"
if [ -z "$JOB_NAME" ]; then
echo "Error there is no Hudson JOB_NAME defined";