Skip to content

Commit

Permalink
feat(recipes): add smallresources and loading releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Jul 10, 2024
1 parent f0a27d4 commit 91e5585
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 16 deletions.
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

0 comments on commit 91e5585

Please sign in to comment.