Sunday, March 29, 2020

Re: travis sync issue to git with django project



On Sat, Mar 28, 2020 at 3:25 PM John McClain <jmcclain0129@gmail.com> wrote:
My build keeps failing at this juncture

0.00s$ SECRET_KEY="whatever" ./manage.py test
273/home/travis/.travis/functions: line 109: ./manage.py: Permission denied
274The command "SECRET_KEY="whatever" ./manage.py test" exited with 126.




any ideas?


--


John McClain

Cell: 085-1977-823
Skype: jmcclain0129

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN-hv_ozmpT5qVuDJpkZcmcSyR4UCm8khgt5xr3eEkEDzsPKww%40mail.gmail.com.

Are you setting the secret key as an enviroment variable?  If so, then I'd try:

export SECRET_KEY="whatever"
./manage.py test

-Jorge

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANfN%3DK8bzgq4N4pzkMm%3DQz4ga1vqT%3DHU9CRXh4goZV4ubxL2Ng%40mail.gmail.com.

No comments:

Post a Comment