This commit is contained in:
@@ -32,8 +32,11 @@ jobs:
|
|||||||
# Copie uniquement les scripts dans buildtmp
|
# Copie uniquement les scripts dans buildtmp
|
||||||
cp -r scripts/* buildtmp/
|
cp -r scripts/* buildtmp/
|
||||||
|
|
||||||
|
pwd
|
||||||
|
ls -ila
|
||||||
|
|
||||||
# Supprime __init__.py
|
# Supprime __init__.py
|
||||||
find buildtmp -name "__init__.py" -delete
|
find buildtmp/ -name "__init__.py" -delete
|
||||||
|
|
||||||
# Génère le fichier de metadata
|
# Génère le fichier de metadata
|
||||||
cat > buildtmp/BUILD_INFO.txt <<EOF
|
cat > buildtmp/BUILD_INFO.txt <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user