File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,6 @@ DOCKER_REPOSITORY=open-eid
55
66# also locally built images use ghcr.io/open-eid for repository
77
8- # gitlab.ext
9- # instead of commenting out following lines, run:
10- # `source export-env.sh .env.cyber` to overwrite variables in this file from environment variables
11- # DOCKER_REGISTRY=gitlab.ext.cyber.ee:5050
12- # DOCKER_REPOSITORY=cdoc2/cdoc2-shares-server
13-
148# environment variables are not properly expanded in .env file,
159# so don't use variables for defining other variables
1610# SHARES_SERVER_IMAGE=${DOCKER_REGISTRY}/${DOCKER_REPOSITORY}/cdoc2-shares-server
Original file line number Diff line number Diff line change 88# mvn deploy
99# docker deploy
1010
11- # export GIT_REMOTE=gitlab.ext
1211CDOC2_SERVER_VER=$( mvn -f server help:evaluate -Dexpression=project.version -q -DforceStdout)
1312
1413GIT_BRANCH=$( git branch --show-current)
You can’t perform that action at this time.
0 commit comments