update 10 docker CI
This commit is contained in:
Vendored
+1
-1
@@ -31,7 +31,7 @@ pipeline {
|
|||||||
script {
|
script {
|
||||||
env.APP_KEY = sh(
|
env.APP_KEY = sh(
|
||||||
returnStdout: true,
|
returnStdout: true,
|
||||||
script: "php -r 'echo \"base64:\" . base64_encode(random_bytes(32));'"
|
script: "docker compose -f docker-compose.ci.yml run --rm keygen"
|
||||||
).trim()
|
).trim()
|
||||||
}
|
}
|
||||||
sh 'APP_KEY=$APP_KEY docker compose -f docker-compose.ci.yml run --rm app php artisan test'
|
sh 'APP_KEY=$APP_KEY docker compose -f docker-compose.ci.yml run --rm app php artisan test'
|
||||||
|
|||||||
Reference in New Issue
Block a user