Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(recipes): add smallresources and loading releases #76

Merged
merged 1 commit into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions qbox-lean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,12 @@ tasks:
ref: main
src: https://github.com/qbox-project/qbx_vehiclekeys

- action: download_github
dest: ./resources/[qbx]/qbx_smallresources
ref: main
src: https://github.com/qbox-project/qbx_smallresources
- action: download_file
path: ./tmp/qbx_smallresources.zip
url: https://github.com/qbox-project/qbx_smallresources/releases/latest/download/qbx_smallresources.zip
- action: unzip
dest: ./resources/[qbx]
src: ./tmp/qbx_smallresources.zip

- action: download_github
dest: ./resources/[qbx]/qbx_density
Expand All @@ -238,10 +240,12 @@ tasks:
- action: waste_time # prevent github throttling
seconds: 10

- action: download_github
dest: ./resources/[qbx]/qbx_loading
ref: main
src: https://github.com/qbox-project/qbx_loading
- action: download_file
path: ./tmp/qbx_loading.zip
url: https://github.com/qbox-project/qbx_loading/releases/latest/download/qbx_loading.zip
- action: unzip
dest: ./resources/[qbx]
src: ./tmp/qbx_loading.zip

# OX
- action: download_file
Expand Down
14 changes: 14 additions & 0 deletions qbox-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,20 @@ tasks:
dest: ./resources/[qbx]
src: ./tmp/qbx_garages.zip

- action: download_file
path: ./tmp/qbx_smallresources.zip
url: https://github.com/qbox-project/qbx_smallresources/releases/latest/download/qbx_smallresources.zip
- action: unzip
dest: ./resources/[qbx]
src: ./tmp/qbx_smallresources.zip

- action: download_file
path: ./tmp/qbx_loading.zip
url: https://github.com/qbox-project/qbx_loading/releases/latest/download/qbx_loading.zip
- action: unzip
dest: ./resources/[qbx]
src: ./tmp/qbx_loading.zip

# OX
- action: download_file
path: ./tmp/ox_lib.zip
Expand Down
20 changes: 12 additions & 8 deletions qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,12 @@ tasks:
ref: main
src: https://github.com/qbox-project/qbx_spawn

- action: download_github
dest: ./resources/[qbx]/qbx_smallresources
ref: main
src: https://github.com/qbox-project/qbx_smallresources
- action: download_file
path: ./tmp/qbx_smallresources.zip
url: https://github.com/qbox-project/qbx_smallresources/releases/latest/download/qbx_smallresources.zip
- action: unzip
dest: ./resources/[qbx]
src: ./tmp/qbx_smallresources.zip

- action: download_github
dest: ./resources/[qbx]/qbx_recyclejob
Expand Down Expand Up @@ -355,10 +357,12 @@ tasks:
- action: waste_time # prevent github throttling
seconds: 10

- action: download_github
dest: ./resources/[qbx]/qbx_loading
ref: main
src: https://github.com/qbox-project/qbx_loading
- action: download_file
path: ./tmp/qbx_loading.zip
url: https://github.com/qbox-project/qbx_loading/releases/latest/download/qbx_loading.zip
- action: unzip
dest: ./resources/[qbx]
src: ./tmp/qbx_loading.zip

- action: download_github
dest: ./resources/[qbx]/qbx_idcard
Expand Down