Skip to content

Commit cc226ee

Browse files
committed
chore: remove cmtool clone from ci
1 parent 9a69980 commit cc226ee

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ jobs:
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

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@ jobs:
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

0 commit comments

Comments
 (0)