mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
just use full update
This commit is contained in:
parent
7aea8894a0
commit
d3011e8127
9
.github/workflows/qc_checks.yaml
vendored
9
.github/workflows/qc_checks.yaml
vendored
@ -71,8 +71,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install gettext
|
sudo apt-get install gettext
|
||||||
pip3 install invoke
|
pip3 install invoke
|
||||||
invoke install
|
invoke update
|
||||||
invoke static
|
|
||||||
- name: Check Templated Files
|
- name: Check Templated Files
|
||||||
run: |
|
run: |
|
||||||
cd ci
|
cd ci
|
||||||
@ -106,8 +105,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install gettext
|
sudo apt-get install gettext
|
||||||
pip3 install invoke
|
pip3 install invoke
|
||||||
invoke install
|
invoke update
|
||||||
invoke static
|
|
||||||
- name: Check HTML Files
|
- name: Check HTML Files
|
||||||
run: |
|
run: |
|
||||||
npx markuplint **/templates/*.html
|
npx markuplint **/templates/*.html
|
||||||
@ -149,8 +147,7 @@ jobs:
|
|||||||
- name: Install InvenTree
|
- name: Install InvenTree
|
||||||
run: |
|
run: |
|
||||||
pip3 install invoke
|
pip3 install invoke
|
||||||
invoke install
|
invoke update
|
||||||
invoke migrate
|
|
||||||
- name: Download Python Code
|
- name: Download Python Code
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/inventree/${{ env.wrapper_name }} ./${{ env.wrapper_name }}
|
git clone --depth 1 https://github.com/inventree/${{ env.wrapper_name }} ./${{ env.wrapper_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user