ci - actions/checkout 다중 호출 회피
- 두 의존 repo는 raw git clone 으로 체크아웃 - act_runner 0.6.1 액션 캐시 race 우회
This commit is contained in:
@@ -20,20 +20,21 @@ jobs:
|
|||||||
path: eapim-portal
|
path: eapim-portal
|
||||||
|
|
||||||
- name: Checkout elink-portal-common (master)
|
- name: Checkout elink-portal-common (master)
|
||||||
uses: actions/checkout@v4
|
working-directory: ${{ github.workspace }}
|
||||||
with:
|
run: |
|
||||||
repository: djb-eapim/elink-portal-common
|
rm -rf elink-portal-common
|
||||||
ref: master
|
git clone --depth=1 --branch master \
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
http://oauth2:${{ secrets.GITEA_TOKEN }}@172.30.1.50:3000/djb-eapim/elink-portal-common.git \
|
||||||
path: elink-portal-common
|
elink-portal-common
|
||||||
|
|
||||||
- name: Checkout elink-online-core-jpa (master)
|
- name: Checkout elink-online-core-jpa (master)
|
||||||
uses: actions/checkout@v4
|
working-directory: ${{ github.workspace }}
|
||||||
with:
|
run: |
|
||||||
repository: djb-eapim/elink-online-core-jpa
|
mkdir -p eapim-online
|
||||||
ref: master
|
rm -rf eapim-online/elink-online-core-jpa
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
git clone --depth=1 --branch master \
|
||||||
path: eapim-online/elink-online-core-jpa
|
http://oauth2:${{ secrets.GITEA_TOKEN }}@172.30.1.50:3000/djb-eapim/elink-online-core-jpa.git \
|
||||||
|
eapim-online/elink-online-core-jpa
|
||||||
|
|
||||||
- name: Verify toolchain
|
- name: Verify toolchain
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user