9_ake
How can I create an internal task which will generate env variables for the main task?
Hello everyone! I am using Taskfile as a short cli helper to run my tests. Each time I am running task, i have to generate new env variables, is there a way to do smth similar via a sub-task? For example:
Due to a large amount test-iter-* tasks it's really annoying to copy all same env variables... Thank you for any help and suggestions!
Due to a large amount test-iter-* tasks it's really annoying to copy all same env variables... Thank you for any help and suggestions!
1 replies