Jenkins file
Laverie/backend/pipeline/head There was a failure building this commit

This commit is contained in:
bastien
2026-07-04 22:42:58 +02:00
parent 10ee859602
commit d95bfa6c58
244 changed files with 16 additions and 15 deletions
+14 -14
View File
@@ -1,10 +1,10 @@
*.log
.DS_Store
.env
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
src/.env
src/.env.backup
src/.env.production
src/.phpactor.json
src/.phpunit.result.cache
/.codex
/.cursor/
/.idea
@@ -12,15 +12,15 @@
/.phpunit.cache
/.vscode
/.zed
/auth.json
/node_modules
/public/build
/public/fonts-manifest.dev.json
/public/hot
/public/storage
/storage/*.key
/storage/pail
/vendor
src/auth.json
src/node_modules
src/public/build
src/public/fonts-manifest.dev.json
src/public/hot
src/public/storage
src/storage/*.key
src/storage/pail
src/vendor
_ide_helper.php
Homestead.json
Homestead.yaml
Vendored
+1
View File
@@ -0,0 +1 @@
webPipeline(name: 'laundry-backend', phpVersion: '8.3')
View File
View File
View File

Some files were not shown because too many files have changed in this diff Show More