Add env shorthand

This commit is contained in:
JT
2021-11-04 15:32:35 +13:00
parent ea27300ca0
commit 1949ba080e
8 changed files with 384 additions and 32 deletions

View File

@@ -64,6 +64,9 @@ impl Stack {
}
}
// FIXME: this is probably slow
output.env_vars = self.env_vars.clone();
output
}