mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Minor improvements to Repology workflow and backend (#8801)
This commit is contained in:
committed by
GitHub
parent
883055e2ee
commit
2103e3cdff
5
.github/workflows/Repology.yml
vendored
5
.github/workflows/Repology.yml
vendored
@@ -12,9 +12,8 @@ jobs:
|
||||
run: |
|
||||
sudo docker pull satmandu/crewbuild:amd64
|
||||
sudo docker run -t -v $(pwd):/usr/local/json satmandu/crewbuild:amd64 /bin/bash -c "
|
||||
git clone https://github.com/chromebrew/chromebrew
|
||||
cd chromebrew/tools
|
||||
ruby json.rb
|
||||
crew update
|
||||
ruby ../tools/json.rb
|
||||
cp repology.json /usr/local/json"
|
||||
- name: Upload JSON arifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user