mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Fix Repology workflow (#8820)
This commit is contained in:
committed by
GitHub
parent
3650b64ee7
commit
e5467f4565
4
.github/workflows/Repology.yml
vendored
4
.github/workflows/Repology.yml
vendored
@@ -12,8 +12,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo docker pull satmandu/crewbuild:amd64
|
sudo docker pull satmandu/crewbuild:amd64
|
||||||
sudo docker run -t -v $(pwd):/usr/local/json satmandu/crewbuild:amd64 sudo -i -u chronos /bin/bash -c "
|
sudo docker run -t -v $(pwd):/usr/local/json satmandu/crewbuild:amd64 sudo -i -u chronos /bin/bash -c "
|
||||||
crew update
|
crew update &&
|
||||||
ruby ../tools/json.rb
|
ruby ../tools/json.rb &&
|
||||||
cp repology.json /usr/local/json"
|
cp repology.json /usr/local/json"
|
||||||
- name: Upload JSON arifact
|
- name: Upload JSON arifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user