Skip to content

Commit

Permalink
chore(recipe): add qbx_vehicles to lean and set to download latest re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
Manason committed Jun 22, 2024
1 parent 101c7e3 commit 7998110
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions qbox-lean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@ tasks:
dest: ./resources/[qbx]
src: ./tmp/qbx_core.zip

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

- action: download_github
dest: ./resources/[qbx]/qbx_scoreboard
ref: main
Expand Down
10 changes: 6 additions & 4 deletions qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,12 @@ tasks:
ref: main
src: https://github.com/Qbox-project/qbx_fireworks

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

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

0 comments on commit 7998110

Please sign in to comment.