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