Hello,
I noticed that my perfectly working pipeline all in a sudden started failing the build (I noticed few days ago, last successful build was one month ago).
Note: I install both git and git-core packages
Any suggestion? Maybe some modified dependencies?
Thanks in advance,
A.
Hello,
What Docker image are you using for your build? Perhaps that has been updated to not include git anymore?
Can you try rerun an old successful pipeline and see if that still works?
Thanks,
Phil
Hi Philip, thanks for stopping by.
I tried to rerun last successful build and it's not working anymore.
+ git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master
bash: git: command not found
Thanks,
A.
P.S.: image: php:7.1.1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I edited the yml file setting a different image (7.3) and the build seems to work.
Is there a way to go through runs on error and specify the new modified pipelines?
They re-use the old one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.