project-everest / everest-ci

CI scripts for project everest
3 stars 8 forks source link

Figure out why we lose this export CI_LOGS=/home/vsts/ci-logs/ setting in linux agent #45

Closed darrenge closed 7 years ago

darrenge commented 7 years ago

We continually lose this setting: export CI_LOGS=/home/vsts/ci-logs/ in the agent.

We need to look into why this is happening etc.

msprotz commented 7 years ago

Is it not in the ~/.profile or the ~/.bashrc?

If this is the linux agent, I've seen some emails mention docker run -it bash -- this should probably be docker run -it bash --login to make sure these files are read.

darrenge commented 7 years ago

moved to .bashrc and we haven't had a problem with it