Skip to content

Commit

Permalink
ci: fix missing FQDN parse on quick start script (#8916)
Browse files Browse the repository at this point in the history
* feat: enable missing services in docker monolith

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* ci: fix missing FQDN parse

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

---------

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
  • Loading branch information
moabu committed Jul 9, 2024
1 parent 9e7c356 commit 3a138c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automation/startjanssenmonolithdemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ sudo python3 -m pip install --upgrade pip
pip3 install setuptools --upgrade
pip3 install dockerfile-parse ruamel.yaml

python3 -c "from dockerfile_parse import DockerfileParser ; dfparser = DockerfileParser('/tmp/jans/docker-jans-monolith') ; dfparser.envs['CN_HOSTNAME'] = '$JANS_FQDN'"
# switching to version defined by JANS_BUILD_COMMIT
if [[ "$JANS_BUILD_COMMIT" ]]; then
python3 -c "from dockerfile_parse import DockerfileParser ; dfparser = DockerfileParser('/tmp/jans/docker-jans-monolith') ; dfparser.envs['JANS_SOURCE_VERSION'] = '$JANS_BUILD_COMMIT'"
Expand Down

0 comments on commit 3a138c5

Please sign in to comment.