Addon variables erased after restart?
-
I've been packaging Drone CI, and I noticed that the environment variables get wiped out. I can't tell if this is due to Go's godotenv package but its weirding me out. Spent a couple hours on this and have a horrible headache so I need a break. Does anyone in @appdev or @staff have ideas?
For now I just made a little if/else to only check the pgsql URL on first start as a workaround.
-
I've been packaging Drone CI, and I noticed that the environment variables get wiped out. I can't tell if this is due to Go's godotenv package but its weirding me out. Spent a couple hours on this and have a horrible headache so I need a break. Does anyone in @appdev or @staff have ideas?
For now I just made a little if/else to only check the pgsql URL on first start as a workaround.
-
@girish hah, I didn’t realize there was an update! Thanks!!! I’m glad I wasn’t crazy there and it was a platform issue. I redid my package like 4 times thinking I was overriding the environment vars somehow