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

chore(recipe): add qbx_vehicles to lean and set to download latest release #72

Merged
merged 1 commit into from
Jun 22, 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
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