Skip to content

Commit

Permalink
feat: qbx_garages release (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason authored Jul 2, 2024
1 parent 4b4692a commit 24d3617
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
10 changes: 6 additions & 4 deletions qbox-lean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,12 @@ tasks:
dest: ./resources/[qbx]
src: ./tmp/qbx_management.zip

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

- action: download_github
dest: ./resources/[qbx]/qbx_ambulancejob
Expand Down
9 changes: 7 additions & 2 deletions qbox-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@ tasks:
dest: ./resources/[qbx]
src: ./tmp/qbx_vehicles.zip

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

# OX
- action: download_file
path: ./tmp/ox_lib.zip
Expand Down Expand Up @@ -232,8 +239,6 @@ tasks:
dest: ./resources/[npwd]/npwd/config.json
overwrite: true



- action: download_file
path: ./tmp/npwd_qbx_mail.zip
url: https://github.com/Qbox-project/npwd_qbx_mail/releases/latest/download/npwd_qbx_mail.zip
Expand Down
10 changes: 6 additions & 4 deletions qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,12 @@ tasks:
ref: main
src: https://github.com/qbox-project/qbx_lapraces

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

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

0 comments on commit 24d3617

Please sign in to comment.