Skip to content

Commit 425e6be

Browse files
author
Olesja Aarma
committed
remove comments in .env
1 parent 2710660 commit 425e6be

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.env

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

make_release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# mvn deploy
99
# docker deploy
1010

11-
#export GIT_REMOTE=gitlab.ext
1211
CDOC2_SERVER_VER=$(mvn -f server help:evaluate -Dexpression=project.version -q -DforceStdout)
1312

1413
GIT_BRANCH=$(git branch --show-current)

0 commit comments

Comments
 (0)