Skip to content

Commit

Permalink
ora-cc-rsc version 19 in Docker/_README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rbudde committed Aug 20, 2020
1 parent 1810d9a commit a8cc67a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Docker/_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Do _not_ forget, to increase the version numer in the next section, too.
BASE_DIR=/data/openroberta-lab
ARCH=x64 # either x64 or arm32v7
CCBIN_VERSION=1 # this is needed in the dockerfile!
BASE_VERSION=18
BASE_VERSION=19
CC_RESOURCES=/data/openroberta-lab/git/ora-cc-rsc
cd $CC_RESOURCES

Expand Down Expand Up @@ -101,7 +101,7 @@ If called, it will checkout a branch given as parameter and runs both the tests
```bash
BASE_DIR=/data/openroberta-lab
ARCH=x64
BASE_VERSION=18
BASE_VERSION=19
BRANCH=develop
cd ${BASE_DIR}/conf/${ARCH}/docker-for-test
docker build --no-cache --build-arg BASE_VERSION=${BASE_VERSION} --build-arg BRANCH=${BRANCH} \
Expand All @@ -112,7 +112,7 @@ docker push openroberta/it-${ARCH}:${BASE_VERSION}
To run the integration tests on your local machine (usually a build server as `bamboo` will do this), execute:

```bash
BASE_VERSION=18
BASE_VERSION=19
export BRANCH='develop'
docker run openroberta/it-${ARCH}:${BASE_VERSION} ${BRANCH} x.x.x # x.x.x is the db version and unused for tests
```
Expand Down

0 comments on commit a8cc67a

Please sign in to comment.