Closed rfay closed 1 year ago
Doing the (apparently successful) procedure described in
I see these in the output:
.gitpod/utils/set-base-environment.sh: line 7: export:': not a valid identifier`
.gitpod/utils/set-base-environment.sh: line 7: export:
.gitpod/drupal/drupalpod-setup.sh: line 15: export:': not a valid identifier`
.gitpod/drupal/drupalpod-setup.sh: line 15: export:
Full output at https://gist.github.com/rfay/3a29000e96f3e87459a2792603ac3376
I'm pretty sure this is happening all the time.
What I did was use a new github/gitpod account called drud-monitoring-machine account and went through the procedure in #124
No errors or complaints
Fixed by PR https://github.com/shaal/DrupalPod/pull/133
Describe the bug
Doing the (apparently successful) procedure described in
I see these in the output:
.gitpod/utils/set-base-environment.sh: line 7: export:
': not a valid identifier`.gitpod/drupal/drupalpod-setup.sh: line 15: export:
': not a valid identifier`Full output at https://gist.github.com/rfay/3a29000e96f3e87459a2792603ac3376
To Reproduce
I'm pretty sure this is happening all the time.
What I did was use a new github/gitpod account called drud-monitoring-machine account and went through the procedure in #124
Expected behavior
No errors or complaints