automationiberia / controller-casc-cd

Apache License 2.0
0 stars 1 forks source link

Environment variables should be taken from a file instead exporting every time you needed #19

Open silvinux opened 1 year ago

silvinux commented 1 year ago

Instead of exporting the variables each time they are going to be used, you can create a file with all the variables to be used and then use the source command. In this way, the creation time of the initial files is greatly reduced.