Skip to content

Commit

Permalink
Merge origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 committed Dec 31, 2023
2 parents d016c7e + d590dc5 commit 50b893d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -36,10 +36,10 @@ Go to your cerberus/release folder

And run the release cmd :

./runcmds.sh
-e RELEASE_VERSION <release version>
-e NEXT_DEVELOPMENT_VERSION <next development version>
-e DATABASE_VERSION <current database version>
./runcmds.sh \
-e RELEASE_VERSION <release version> \
-e NEXT_DEVELOPMENT_VERSION <next development version> \
-e DATABASE_VERSION <current database version> \
-s ./release.cmds

NB : If under Windows, you can submit the command from docker bash.
Expand Down Expand Up @@ -75,8 +75,8 @@ Go to your cerberus/docker folder

And run the release cmd :

../../../../runcmds.sh
-e RELEASE_VERSION <release version>
../../../../runcmds.sh \
-e RELEASE_VERSION <release version> \
-s ./release.cmds

Go to the other docker image in order to perform the same release command.
Expand Down

0 comments on commit 50b893d

Please sign in to comment.