-
Notifications
You must be signed in to change notification settings - Fork 511
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make values from --dotenv available to Azure workers
Currently the values set in an env file are only made available to the Artillery process running in a worker Azure, instead of being set at the container level. This means that for example it's impossible to set the DEBUG environment variable in the worker to help debug issues. This change makes tests on Azure ACI work in the same way as tests on AWS Fargate.
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters