Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 354e54a6d3 |
@@ -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