update 10 docker CI

This commit is contained in:
root
2026-03-09 17:13:41 -04:00
parent cd73300bc6
commit d19d27bd88
Vendored
+1 -1
View File
@@ -31,7 +31,7 @@ pipeline {
script {
env.APP_KEY = sh(
returnStdout: true,
script: "php -r 'echo \"base64:\" . base64_encode(random_bytes(32));'"
script: "docker compose -f docker-compose.ci.yml run --rm keygen"
).trim()
}
sh 'APP_KEY=$APP_KEY docker compose -f docker-compose.ci.yml run --rm app php artisan test'