feat(gitpod): Add env variables to .bashrc so they can be accessed globally (#39296)
* feat(gitpod): Add env variables to .profile so they can be accessed globally.
This commit is contained in:
@@ -12,6 +12,14 @@ ports:
|
||||
onOpen: ignore
|
||||
|
||||
tasks:
|
||||
- before: |
|
||||
echo '
|
||||
export COOKIE_DOMAIN=gitpod.io
|
||||
export HOME_LOCATION=$(gp url 8000)
|
||||
export API_LOCATION=$(gp url 3000)
|
||||
' >> ~/.bashrc;
|
||||
exit;
|
||||
|
||||
- name: db
|
||||
# starting mongo in background, so it doesn't block prebuilds
|
||||
before: >
|
||||
|
Reference in New Issue
Block a user