Unanswered
In My Git Repo, I Have A
Yea the "-e ." seems to fit this problem the best.
👍
It seems like whatever I add to
docker_bash_setup_script
is having no effect.
If this is running with the k8s glue, there console out of the docker_bash_setup_script ` is currently Not logged into the Task (this bug will be solved in the next version), But the code is being executed. You can see the full logs with kubectl, or test with a simple export test
docker_bash_setup_script
export MY_TEST=123
inside codeimport os print("testing", os.environ.get("MY_TEST"))
161 Views
0
Answers
2 years ago
one year ago