File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 id : run_build
115115 run : |
116116 cd flex/
117- sudo python${{ matrix.python_version }} flex_setup.py --jans-branch="v1.12.0 " --jans-setup-branch="v1.12.0 " -download-exit -yes --keep-downloads --keep-setup -force-download
117+ sudo python${{ matrix.python_version }} flex_setup.py --jans-branch="main " --jans-setup-branch="main " -download-exit -yes --keep-downloads --keep-setup -force-download
118118 cp -r /opt/dist flex-src/opt/
119119 cp -r /opt/jans flex-src/opt/
120120 touch flex-src/opt/jans/jans-setup/package
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ EXPOSE 8080
2020# Assets sync
2121# ===========
2222
23- ENV JANS_SOURCE_VERSION=44567396b3c7ba2e39ecfcbd0467709ecb847bec
23+ ENV JANS_SOURCE_VERSION=a9bbd274ab49b24e22f4adbdb606152e59da9699
2424
2525ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
2626
@@ -45,7 +45,7 @@ RUN cd /tmp/jans \
4545 && cp ${JANS_SETUP_DIR}/schema/custom_schema.json /app/schema/ \
4646 && cp ${JANS_SETUP_DIR}/schema/opendj_types.json /app/schema/
4747
48- ENV FLEX_SOURCE_VERSION=b180ace375c29dce44d5e70f90ab26bc3f9c0989
48+ ENV FLEX_SOURCE_VERSION=3b02b09d30e7c08a40e08b7a6406a27930603cb8
4949
5050RUN mkdir -p /app/templates/admin-ui
5151
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN ln -sf /app/flex_aio/admin_ui/entrypoint.sh /app/bin/admin-ui-entrypoint.sh
6565# Assets sync
6666# ===========
6767
68- ENV JANS_SOURCE_VERSION=44567396b3c7ba2e39ecfcbd0467709ecb847bec
68+ ENV JANS_SOURCE_VERSION=a9bbd274ab49b24e22f4adbdb606152e59da9699
6969
7070# note that as we're pulling from a monorepo (with multiple project in it)
7171# we are using partial-clone and sparse-checkout to get the assets
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ EXPOSE 443 8080 1636
4141# flex-linux-setup
4242# =====================
4343
44- ENV FLEX_SOURCE_VERSION=b180ace375c29dce44d5e70f90ab26bc3f9c0989
44+ ENV FLEX_SOURCE_VERSION=3b02b09d30e7c08a40e08b7a6406a27930603cb8
4545
4646# cleanup
4747RUN rm -rf /tmp/jans
You can’t perform that action at this time.
0 commit comments