mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set GITHUB_ACTIONS_PIPELINE
environment variable on spawned VMs
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
50e5446663
commit
2aa4042c77
1 changed files with 2 additions and 2 deletions
|
@ -965,8 +965,8 @@ class VM:
|
|||
env["CI"] = os.environ["CI"]
|
||||
env["PYTHONUTF8"] = "1"
|
||||
env["OUTPUT_COLUMNS"] = str(self.ctx.console.width)
|
||||
if env:
|
||||
self.write_and_upload_dot_env(env)
|
||||
env["GITHUB_ACTIONS_PIPELINE"] = "1"
|
||||
self.write_and_upload_dot_env(env)
|
||||
if self.is_windows is False:
|
||||
sudo = True
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue