This commit is contained in:
parent
d69ca74f95
commit
6277cd6a28
7
.github/workflows/checksums.yml
vendored
7
.github/workflows/checksums.yml
vendored
@ -13,10 +13,10 @@ jobs:
|
|||||||
- name: Generate checksums
|
- name: Generate checksums
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
git lfs install --local
|
git clone ${{ github.repository }} /tmp/repo
|
||||||
git remote set-url origin "https://ci:${{ secrets.CI_PASSWORD }}@${{ github.server_url }}/${{ github.repository }}"
|
cd /tmp/repo
|
||||||
git config lfs.https://ci:${{ secrets.CI_PASSWORD }}@${{ github.server_url }}/${{ github.repository }}.git/info/lfs.locksverify true
|
|
||||||
git checkout ${{ github.ref }}
|
git checkout ${{ github.ref }}
|
||||||
|
git lfs install --local
|
||||||
git lfs pull
|
git lfs pull
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
for file in $(git ls-files | grep "^panel/" | grep -v ".sha256$" | grep -v ".txt$"); do
|
for file in $(git ls-files | grep "^panel/" | grep -v ".sha256$" | grep -v ".txt$"); do
|
||||||
@ -30,3 +30,4 @@ jobs:
|
|||||||
git config --global user.password "${{ secrets.GITHUB_TOKEN }}"
|
git config --global user.password "${{ secrets.GITHUB_TOKEN }}"
|
||||||
git commit -m "chore: update checksums" || true
|
git commit -m "chore: update checksums" || true
|
||||||
git push origin ${{ github.ref }}
|
git push origin ${{ github.ref }}
|
||||||
|
rm -rf /tmp/repo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user