Unanswered
Hi, I Want To Pass Environment Variables From The Host To The Docker Containers Running My Task. I Managed To Use
Hi ClumsyElephant70
extra_docker_shell_script: ["export SECRET=SECRET", ]
I think ${SECRET}
will not get resolved you have to specifically have text value there.
That said it is a good idea to resolve it if possible, wdyt?
176 Views
0
Answers
3 years ago
one year ago