File tree Expand file tree Collapse file tree 2 files changed +3
-19
lines changed
Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Checkout code
2929 uses : actions/checkout@v4
30- # with:
31- # token: '${{ secrets.PAT_TOKEN }}'
32- #
33- - name : Clone GitLab submodule
34- run : |
35- git config --global credential.helper '!f() { echo "username=${{ secrets.USER_GITLAB }}"; echo "password=${{ secrets.PAT_GITLAB }}"; }; f'
36- #git submodule update --init --recursive
3730
3831 - name : Set up Docker Buildx
3932 uses : docker/setup-buildx-action@v2
@@ -58,13 +51,10 @@ jobs:
5851 steps :
5952 - name : Checkout code
6053 uses : actions/checkout@v4
61- # with:
62- # token: '${{ secrets.PAT_TOKEN }}'
63- #
54+
6455 - name : Clone GitLab submodule
6556 run : |
66- git config --global credential.helper '!f() { echo "username=${{ secrets.USER_GITLAB }}"; echo "password=${{ secrets.PAT_GITLAB }}"; }; f'
67- git clone https://gitlab.com/codes_tim/compartment-modelling-tool.git subprojects/cmtool
57+ git clone https://github.com/Benncs/rcmtool.git subprojects/rcmtool
6858
6959 - name : Set up Docker Buildx
7060 uses : docker/setup-buildx-action@v2
Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Checkout code
1919 uses : actions/checkout@v4
20- with :
21- token : ' ${{ secrets.PAT_TOKEN }}'
22- - name : Add token GitLab
23- run : >
24- git config --global credential.helper '!f() { echo "username=${{
25- secrets.USER_GITLAB }}"; echo "password=${{ secrets.PAT_GITLAB }}"; };
26- f'
20+
2721 run : |
2822 sudo sh devutils/install_dep.sh
2923 - name : Configure project
You can’t perform that action at this time.
0 commit comments