Skip to content

Commit

Permalink
ci: fix source version
Browse files Browse the repository at this point in the history
Signed-off-by: moabu <[email protected]>
  • Loading branch information
moabu committed Dec 31, 2024
1 parent ebbe93d commit 2023b3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-admin-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN cd /tmp/jans \
&& cp ${JANS_SETUP_DIR}/schema/custom_schema.json /app/schema/ \
&& cp ${JANS_SETUP_DIR}/schema/opendj_types.json /app/schema/

ENV FLEX_SOURCE_VERSION=0b19c692ac141effd89d52649319b27bf74e7798
ENV FLEX_SOURCE_VERSION=ebbe93dd21b02e70acf59523590cabdc8979c819

RUN mkdir -p /app/templates/admin-ui

Expand Down
2 changes: 1 addition & 1 deletion docker-flex-monolith/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ EXPOSE 443 8080 1636
# flex-linux-setup
# =====================

ENV FLEX_SOURCE_VERSION=9982e118d69b3ed8f5fad81870bd30273e634f6f
ENV FLEX_SOURCE_VERSION=ebbe93dd21b02e70acf59523590cabdc8979c819
# cleanup
RUN rm -rf /tmp/jans

Expand Down
4 changes: 2 additions & 2 deletions flex-linux-setup/flex_linux_setup/flex_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ def download_jans_install_py(setup_branch):
"SETUP_BRANCH": argsp.jans_setup_branch,
"FLEX_BRANCH": argsp.flex_branch,
"JANS_BRANCH": argsp.jans_branch,
"JANS_APP_VERSION": "0.0.0",
"JANS_BUILD": "-nightly",
"JANS_APP_VERSION": "1.2.0",
"JANS_BUILD": "",
"NODE_VERSION": "v18.16.0",
"NODE_MODULES_BRANCH": argsp.node_modules_branch or argsp.flex_branch
}
Expand Down

0 comments on commit 2023b3c

Please sign in to comment.