ci: job dans l'image Flutter (container:) + clone manuel, fin du docker imbriqué
Build APK / build (push) Failing after 2m17s
Build APK / build (push) Failing after 2m17s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
cdb899575e
commit
7cde9b9d19
@@ -9,14 +9,15 @@ import re
|
||||
|
||||
KSPW = os.environ["KSPW"]
|
||||
ALIAS = os.environ["ALIAS"]
|
||||
KEYSTORE_PATH = os.environ.get("KEYSTORE_PATH", os.path.abspath("gamemanager.keystore"))
|
||||
|
||||
# 1) key.properties
|
||||
# 1) key.properties (chemin absolu du keystore, robuste peu importe le cwd gradle)
|
||||
with open("android/key.properties", "w") as f:
|
||||
f.write(
|
||||
f"storePassword={KSPW}\n"
|
||||
f"keyPassword={KSPW}\n"
|
||||
f"keyAlias={ALIAS}\n"
|
||||
"storeFile=/app/gamemanager.keystore\n"
|
||||
f"storeFile={KEYSTORE_PATH}\n"
|
||||
)
|
||||
|
||||
# 2) AndroidManifest : permissions
|
||||
|
||||
Reference in New Issue
Block a user