Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 354e54a6d3 | |||
| 8d5b48e100 |
@@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Lint + Tests
|
- name: Lint + Tests
|
||||||
run: |
|
run: |
|
||||||
ruff check .
|
ruff check . --fix
|
||||||
pytest -q
|
pytest -q
|
||||||
|
|
||||||
- name: Build SDSAT tar.gz with metadata (no __init__)
|
- name: Build SDSAT tar.gz with metadata (no __init__)
|
||||||
@@ -35,8 +35,9 @@ jobs:
|
|||||||
# Copie uniquement le contenu de scripts/ dans buildtmp/bin
|
# Copie uniquement le contenu de scripts/ dans buildtmp/bin
|
||||||
cp -r scripts/. buildtmp/bin/
|
cp -r scripts/. buildtmp/bin/
|
||||||
|
|
||||||
# Exclure __init__.py
|
# Exclure __init__.py and remove buildtmp/bin/__pycache__
|
||||||
find buildtmp/bin -name "__init__.py" -delete
|
find buildtmp/bin -name "__init__.py" -delete
|
||||||
|
rm -R "buildtmp/bin/__pycache__"
|
||||||
|
|
||||||
# Metadata
|
# Metadata
|
||||||
cat > buildtmp/update/BUILD_INFO.txt <<EOF
|
cat > buildtmp/update/BUILD_INFO.txt <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user