From d590dc5297e313c04eb8e872a80c6c5ec7afe355 Mon Sep 17 00:00:00 2001 From: Benoit DUMONT Date: Sat, 30 Dec 2023 13:41:58 +0100 Subject: [PATCH] Update README.md --- release/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/release/README.md b/release/README.md index 38bc9594f4..8a82cbf823 100644 --- a/release/README.md +++ b/release/README.md @@ -21,7 +21,7 @@ Prerequisits are * JDK installation. - export JAVA_HOME=/opt/ibm/java-x86_64-60/ + export JAVA_HOME=/opt/jdk1.8.0_251/ export PATH=$JAVA_HOME/bin:$PATH ### Cerberus github release @@ -36,10 +36,10 @@ Go to your cerberus/release folder And run the release cmd : - ./runcmds.sh - -e RELEASE_VERSION - -e NEXT_DEVELOPMENT_VERSION - -e DATABASE_VERSION + ./runcmds.sh \ + -e RELEASE_VERSION \ + -e NEXT_DEVELOPMENT_VERSION \ + -e DATABASE_VERSION \ -s ./release.cmds NB : If under Windows, you can submit the command from docker bash. @@ -75,8 +75,8 @@ Go to your cerberus/docker folder And run the release cmd : - ../../../../runcmds.sh - -e RELEASE_VERSION + ../../../../runcmds.sh \ + -e RELEASE_VERSION \ -s ./release.cmds Go to the other docker image in order to perform the same release command.