-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployments failing when repository mirror needs updating #323
Comments
Investigating now, I suspect this is related to #301 |
I don't think its just related to that. yesterday i updated to latest version and after that we deployed code for more than 30 times and everytime it failed. but when ever i make deployment manually, it works properly. so i am suspecting its related to something else PS: i did |
Found the problem, fixing it now |
Can you change out branch |
I just tried that branch, only webhooks failing manual deployments working 100% fine |
Did you run Need to restart the queue listener |
my bad... after You are awesome! ✨ 💥 |
Awesome! I'll get it merged in and released this evening |
BTW, I see that you added many test cases....and i find it very interesting. did you learn any book on it or any other sources you can recommend for writing test cases in laravel? |
Not really to be honest, just learnt through doing I'm afraid |
Before submitting your issue, please make sure that you've checked all of the checkboxes below.
php -v
composer install --no-dev
from the root of your installation.npm install --production
from the root of your installation.rm -rf bootstrap/cache/*
from the root of your installation.To help us better understand your issue, please answer the following.
Expected behaviour
Whenever a commit is made, it triggers webhook and deployment should be made
Actual behaviour
Deployments failing with status "cancelled"
Steps to reproduce
I am using self hosted gitlab,
pushing to repo.
Environment info
Operating System:
PHP Version:
Node Version:
Database System:
Database Version:
Logs (see storage/logs/) or other output that would be helpful
(If logs are large, please upload as attachment).
The text was updated successfully, but these errors were encountered: