mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-04 14:33:28 +08:00
cleanup
This commit is contained in:
parent
c794e63091
commit
4c54270ca1
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -212,8 +212,6 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Setup build dependencies
|
|
||||||
run: sudo apt-get install -y cmake
|
|
||||||
- name: Setup project environment
|
- name: Setup project environment
|
||||||
run: make env
|
run: make env
|
||||||
- name: Make the build
|
- name: Make the build
|
||||||
|
|||||||
@ -696,7 +696,7 @@ def docker_build() -> None:
|
|||||||
)
|
)
|
||||||
_docker_build(
|
_docker_build(
|
||||||
image_name,
|
image_name,
|
||||||
os.getcwd() + '/config/docker/Dockerfile',
|
'config/docker/Dockerfile',
|
||||||
version_num,
|
version_num,
|
||||||
build_num,
|
build_num,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user