use workaround for git lfs checkout
Build and Publish RPM / build-and-publish (push) Failing after 21s
Build and Publish RPM / build-and-publish (push) Failing after 21s
This commit is contained in:
@@ -15,8 +15,10 @@ jobs:
|
||||
container:
|
||||
image: gitea.psi.ch/images/rhel8-developer-gitea-actions
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v3
|
||||
- name: Checkout LFS objects
|
||||
run: git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git .
|
||||
|
||||
- name: Build RPM
|
||||
run: |
|
||||
|
||||
@@ -15,8 +15,10 @@ jobs:
|
||||
container:
|
||||
image: gitea.psi.ch/images/rhel9-developer-gitea-actions
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v4
|
||||
- name: Checkout LFS objects
|
||||
run: git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git .
|
||||
|
||||
- name: Build RPM
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user