CI: fix composer.phar path after releases restructure #23
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Clients/neveling!23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/fix-composer-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root cause of the validate failure on the deploy-dev merge: ci.yaml ran composer from /home/wf10501/www/composer.phar, but www is now a release symlink with no composer.phar. Use the stable /home/wf10501/composer.phar. Also idempotent checkout. Verified green.