PHP syntax check error in drone.yml #11

Open
opened 2024-10-01 15:59:24 +00:00 by kawaiipunk · 0 comments
Owner

We got

8.3.7-cli: Pulling from library/php

Digest: sha256:6d9c683ebd89f73b1c8420bd92856ac51db1ebd0bd7320a772c6d250447eac69

Status: Downloaded newer image for php:8.3.7-cli

+ for f in $(find /drone -name '*.php'); do php -l "f"; done

Could not open input file: f

But the code looks ok to me: https://git.autonomic.zone/autonomic-cooperative/wordpress-starter/src/branch/main/.drone.yml

No sure what's up. Had to disable it.

We got ``` 8.3.7-cli: Pulling from library/php Digest: sha256:6d9c683ebd89f73b1c8420bd92856ac51db1ebd0bd7320a772c6d250447eac69 Status: Downloaded newer image for php:8.3.7-cli + for f in $(find /drone -name '*.php'); do php -l "f"; done Could not open input file: f ``` But the code looks ok to me: https://git.autonomic.zone/autonomic-cooperative/wordpress-starter/src/branch/main/.drone.yml No sure what's up. Had to disable it.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: autonomic-cooperative/wordpress-starter#11
No description provided.